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', 'Dugan', 'Markert', '[email protected]', 'u(Y`AWu7Ub', 'f25352870d0803bba21540486f68e52f', '348910f6255a523ab28f83f959a4b14b583da0ce'),
  • ('M', 'Arvin', 'Laroche', '[email protected]', 'U@y/e&E(U&y', '8c8a0c15443c1bc6f4260a6dc5303903', '4293fc999d92e1d4427400649fb2b7e7f5980dc5'),
  • ('F', 'Leona', 'Guernsey', '[email protected]', 'E/uVuZUWY/Y', 'c8e94da207df32703ce7d8326d46eb9d', 'e99f0602537749098422a6c16bcf0eacd722df82'),
  • ('M', 'Ronak', 'Markert', '[email protected]', 'uVy+A]yX', 'aa3db34f63d36e4c8c3ddcb345eea107', 'b88506f8c48b919f3867b6f9ae02e5889e9c7cd9'),
  • ('F', 'Verushka', 'Troyer', '[email protected]', 'a(a!A8u5u/U}', 'bb65a208fea1a2b9a2bc697657e4642b', '1a721630e61692592f6e178bfa373dd5279eaba2');

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