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', 'Arsenio', 'Lemire', '[email protected]', 'ezUBa)ArY', '4f02580c0296b743f20b36962e856ca3', '5e7532465fd42b2fb6b697a14be953fa190fb188'),
  • ('M', 'Finian', 'Reedy', '[email protected]', 'e*Y[eMA[y@a_', '0083bf324cea7ef964f588d129a99a55', 'defe70df375b89f051b6a4d3ee9f784df8a95ca0'),
  • ('F', 'Clodia', 'Fee', '[email protected]', 'uVu_y3E', 'b369c5c3bb41d5fdf9f9f36888fac1d2', 'e5303182f44f97e4fca8ac2e59bae3868416c368'),
  • ('M', 'Arsenio', 'Lemire', '[email protected]', 'y[AME*E-yB', '4543104fc61a4d7c0ec6ac47f44a9645', 'c76db2524a74e94e7a54952e01a4a479ee33d2a5'),
  • ('M', 'Aimon', 'Cuneo', '[email protected]', 'AmA7E7U-u9Y', '381bf7664263fa969be511a2d040ddb2', '76757570a9641dc477114e5caf25a7eb920ef373');

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