By using faker.tools you agree to what follows. If you do not, please stop using the site. These terms are effective 2026-08-10 and apply to all 79 generators and every page on this domain.
What you get
A licence to use the site and its generators, free of charge, for any lawful purpose, commercial or not. No account, no registration, no fee, no quota.
The output is yours. Records produced by a generator — names, addresses, JSON documents, SQL seed scripts, lorem text — are placed at your disposal without restriction. You may commit them to a repository, ship them in a product, publish them in documentation, or sell software containing them. No attribution is required, and we claim no copyright in generated output. We could not meaningfully claim one: the values are assembled mechanically from a seed.
The site itself — its design, its prose, the wordlists and generation logic behind it — remains ours. The licence above covers what the generators produce, not the machinery that produces it.
Acceptable use
This matters more here than on most sites, because the identifiers this tool mints are structurally valid. A card number satisfies Luhn. An IBAN satisfies mod-97. A VIN satisfies ISO 3779. They are built that way so your validation code has something real to chew on — and that same property is what makes misuse tempting. So, explicitly:
- Do not present generated data as genuine to any person, business, or authority. Not on a payment form, a credit application, an identity check, a government submission, a sign-up flow you do not own, or a review. A number that passes a checksum is not an account, and using one to obtain goods, services, or access is fraud in essentially every jurisdiction. It remains fraud regardless of where the number came from.
- Do not use the output to impersonate a real person or organisation. Names and company names here are recombined from common words, so a generated one can coincide with a real one by chance. Treat any such coincidence as accidental and do not build on it.
- Do not use the payload generators offensively. The security payload and malformed data tools exist so you can test your own defences and your own parsers. Pointing them at a system you are not authorised to test is unlawful under computer-misuse legislation in most countries.
- Do not scrape the site into a competing product, or hammer it with automated traffic. Everything here is static and open in your browser; if you need bulk generation, run it locally rather than through us.
Not a source of production randomness
The generator is a seeded, deterministic pseudo-random function. That is the entire point — the same seed mints the same batch forever, which is what makes a fixture reproducible. It also makes the output predictable, and therefore categorically unfit for anything that depends on unpredictability: passwords you will actually use, API keys, session identifiers, cryptographic salts, nonces, lottery draws.
The password generatorexists to populate a test fixture, not to protect an account. For real secrets, use your platform’s cryptographic random source — crypto.randomUUID(), crypto.getRandomValues(), secrets in Python, /dev/urandom.
No warranty
The site is provided “as is” and “as available”, without warranty of any kind, express or implied, including but not limited to warranties of merchantability, fitness for a particular purpose, accuracy, and non-infringement.
We make a genuine effort at correctness — checksums are computed with the published algorithms, reserved ranges are used where a standard defines one, and a test suite runs every generator on each build. We do not guarantee the result. Standards change, implementations disagree, and a validator you depend on may be stricter than ours. Verify anything you rely on.
We do not guarantee that the site will be available, that it will remain free, that any particular tool will continue to exist, or that a future version will produce the same output as today’s for a given seed. Where output stability matters to you, commit the generated fixture rather than the seed.
Limitation of liability
To the fullest extent permitted by law, we are not liable for any indirect, incidental, special, consequential, or punitive damages, or for any loss of profits, revenue, data, or goodwill, arising from your use of this site or its output. Because the site is provided at no charge, our total aggregate liability to you for any claim is limited to zero.
Nothing in these terms excludes liability that cannot lawfully be excluded, including liability for death or personal injury caused by negligence, or for fraud.
Advertising and third-party links
The site is funded by advertising, described in the Privacy Policy. Advertisements are selected by third-party networks, not by us; their appearance here is not an endorsement, and we are not responsible for the content of an advertisement or of any site it leads to. The same applies to outbound links in our own prose: we link to standards documents and vendor pages for reference, and we do not control what they say.
Changes and termination
We may revise these terms. When we do, the date at the top of this page changes, and continued use after that date means you accept the revision. We may also change, suspend, or discontinue any part of the site at any time. You may stop using it at any time; that is the whole of the termination procedure.
Contact
Questions about these terms, licensing, or a specific use you are unsure about: hello@faker.tools. See the contact page for what we can and cannot help with.