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', 'Anahid', 'Popp', '[email protected]', 'maPY?U]U', '511d1be61b20cb0e3538772238acd472', '32f75b31b72994ac1a5817d98d8904b8c6363a45'),
  • ('M', 'Gorman', 'Pless', '[email protected]', 'BYsE[u3AQa[U', '98e5ed59b6d8dae3fbac799b144a2daf', '25d45f99be724439048e7a8e56e6bcfd3f695ab3'),
  • ('M', 'Faisal', 'Ackley', '[email protected]', 'hy/Y3y+', 'bce20dd07d6ed970c4fb60b198c1ed6d', '05fe8145a8676d3096325011b30df92623abe7ab'),
  • ('F', 'Kasey', 'Andreas', '[email protected]', 'MedA{AmALE&', 'cf98c37f5d26b535a1ca8a4c11a6e7a5', '27c73928204fff8753e5a178badadb6b11ddd1da'),
  • ('F', 'Jeannie', 'Faust', '[email protected]', 'quzYbyL', '54679f6d67b7ea11105ef0a29d48f684', 'c9c0ad97d1ed0eea5a5b11871e7eae141ee71266');

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