Skip to content
👤

Fake Identity Generator

Generate fake identities for testing — random names, addresses, emails, phone numbers, dates of birth. Cryptographically random, runs in your browser.

How does the fake identity generator work?

This tool combines curated arrays of first names, surnames, street names, cities, and email providers, then uses crypto.getRandomValues() to assemble realistic-looking but entirely fictional identities. Phone numbers follow North American format (NANP), and dates of birth fall within a plausible adult age range. Nothing generated is associated with any real person.

Common uses

  • Form testing — populate signup, profile, and checkout forms during QA.
  • Database seeding — fill development databases with plausible test rows.
  • UI mockups — render user lists, profile cards, and CRM tables with realistic content.
  • Privacy demos — share screenshots and tutorials without exposing real customer data.

Privacy

All identities are generated 100% in your browser from local arrays. No data is sent to any server. Generated identities are fictional and any resemblance to real people is coincidental.