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
  • ('F', 'Beau', 'Fedor', '[email protected]', 'ejamY,eZe-E', '6ae05282fe8fbb7f163c420b314eda5f', '416f257a785670c2c391c081d4386a2f8254a057'),
  • ('M', 'Orion', 'Townsend', '[email protected]', 'Y2aju$A-y^a{', 'ed447b2b6d346ccd2f423bdbf18484b5', 'fd4f9edc3368e4c6a594a90b3684bfc176c213a4'),
  • ('M', 'Tathal', 'Vavra', '[email protected]', 'ymY]U.Y]Ahe$', '392ff7649c4fcd9ddb19cb9b9bb7dcda', '122f6ae827d9d7e4e61116e65b789c34919d7642'),
  • ('M', 'Boone', 'Darst', '[email protected]', 'U9Y}UvYZevU^', '455a72ce7de5ff4adf3e70cc806ffdcc', '6142a706acc49a40b41cbdf47c54ee2b07775de2'),
  • ('F', 'Mesha', 'Saito', '[email protected]', 'uda=a[y', '38b9c83ec85ae07e786b2f7c312abefb', '61f8497040a2b668ee2e8d8dcceda30723710861');

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