User Info Generator

Email Address/Password Generator

February 4th, 2016

Generate a list of fake peoples email and password combinations in either gender, including the MD5 equivalent of the generated password.

Email/Password Attributes

Data Set

Data: Select all

Insert SQL Set

Query String: Select all
  • INSERT INTO `emails` (`gender`, `first_name`, `last_name`, `email`, `password`, `md5_pass`) VALUES
  • ('M', 'Carlin', 'Mendiola', '[email protected]', 'rezYvU-u', '00b009b3eb4fff7d2df712fe70eaa3a8', '12484080d47d72984ce601a9ddb60d35ccba1eee'),
  • ('F', 'Alexina', 'Mendiola', '[email protected]', 'Ba)U+a=a', '8e0e068e38b6f04eef3f8478aa52d61d', '8db305b24f274dd4bdf1d60497f69913e67609c5'),
  • ('F', 'Saxon', 'Saini', '[email protected]', 'QU3uBaBATa_', '66614dd74f0b981c923de7075cc89a8a', 'c9887af4b8c760260a1c09417d486659235d6452'),
  • ('F', 'Rilla', 'Saini', '[email protected]', 'My%EBY&A', 'c1a47072e4aaf565fc3028ef6f9ab5c6', 'e95268b8ac8687a4450c926709978f31b6744356'),
  • ('M', 'Huatare', 'Simoneaux', '[email protected]', '9u{A9y3', '2337a263c3669c4d3bbfe58408d6543d', '7c1ec2c912c643d0defab2dbfa44b62d4641eb3c');

SQL Create Table

SQL Create: Select all
  • CREATE TABLE `emails` (
  •   `id` int(11) NOT NULL AUTO_INCREMENT,
  •   `gender` varchar(255) NOT NULL,
  •   `first_name` varchar(255) NOT NULL,
  •   `last_name` varchar(255) NOT NULL,
  •   `email` varchar(255) NOT NULL,
  •   `password` varchar(255) NOT NULL,
  •   `md5_pass` varchar(255) NOT NULL,
  •   `sha1` varchar(255) NOT NULL,
  •   PRIMARY KEY (`id`)
  • ) ENGINE=MyISAM DEFAULT CHARSET=utf8;

Testimonials

"Incredible, usually for testing we have to obfuscate live user data, but with your data I was able to create a 1,000 users in only a few minutes."

Russ McEwan, Denver, CO

"Thanks this is exactly what I was looking for when I needed a lot of users created as test data."

Timothy Hardy, Chicago, IL

"So glad I stumbled on this site. Now I would not be able to do my job without these helpful generators. Thanks."

S. Rosario, Maryland