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', 'Hemlata', 'Hein', '[email protected]', 'sYpA,EzU', 'f93fdcf48fd9e1325642b85b539071bd', 'cad1ff41694457472eb1e6184ebec66d0276f39c'),
  • ('M', 'Corey', 'Swain', '[email protected]', 'GY3yDUPeba9y', 'f1deda337230d8bfafb2a789746ce823', '201ccf0128ea4dbfc3ae448cc5fad3586f453245'),
  • ('F', 'Vikki', 'Grill', '[email protected]', '/uHe#azYsA', '7531eda3c5c54adc0dc38f6ad8f2d743', '6a28d4ef4207f2e455115ee93dcd1a28699349fd'),
  • ('F', 'Linne', 'Phillippi', '[email protected]', '!A9ety(Ap', '8ad561fecc9131aa24dfd6935ebad231', '175f78044aad73bb865941b4265175e6daf7ce75'),
  • ('M', 'Balfour', 'Northrup', '[email protected]', '5eVa5Yju8y.y', '71f626aef23547f76e59c3eca558f51c', 'c506b7c7ce9c76faa704adcea0477439814a631a');

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