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', 'Vidya', 'Sommers', '[email protected]', 'daPU)a(', '60626fab18fab12a780cfa513d1918c4', '80bcae83fea8fbe027eb075844eec03e67724abd'),
  • ('M', 'Aronne', 'Arnold', '[email protected]', '=E`AXe4a2', '0f33c3a7b5a3ec0f23b1a801c6ce7167', 'a5a3ec66fb0db76562864fcfae00e32ac5795d06'),
  • ('F', 'Ayse', 'Buendia', '[email protected]', 'ry-AmU?a}e!Y', 'a26699c08fd646f51716d37b2edae9d8', 'e86e7dbd5db34ffccbe3bf4034a9ae56038b6e93'),
  • ('M', 'Yuan', 'Collette', '[email protected]', '{YryhE+Aq', '34ca208faa93c9fcffb04930cf107828', '7bb43b14a3ff09c2507020368273aaafaf6085d4'),
  • ('M', 'Borden', 'Sommers', '[email protected]', 'by7YWAtY&yHA', '080ba02436afeb1be4309bd1143d2c91', 'c1f66d5e1c8ed1358987836b8e83def2af914b11');

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