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', 'Nowra', 'Faircloth', '[email protected]', 'UreHYmY+aMu', '08c2722c4650d9958f285100fc6b8d3c', '182bacc607a664160bdc3c592194803352519fab'),
  • ('M', 'Ardolph', 'Messier', '[email protected]', 'Y_ERA^epYm', '1009046802331a1e925849ccff5a73a5', 'f807a22f61590f99184e32428651a2e3c10dfa80'),
  • ('F', 'Adima', 'Farina', '[email protected]', 'aJura?Uz', '2d73b9ea876c3f25f35ec17aaec4f7f4', 'd4fcfbcd0837fa5b6c3117ccb80ec27209ce8a50'),
  • ('F', 'Kanchana', 'Marquette', '[email protected]', 'Y+UDA?aWyqen', 'c1d766adab0a65da83f3fcd76d6376b5', '6a3cb977128ecfa35938d641e2b3672a7b815066'),
  • ('M', 'Heddwyn', 'Hagemann', '[email protected]', 'a.ASY6u6Am', '678b882d6f583b93879f43456bc376c2', '7c128fe8c0bcc31abc5a68b3b47f6b7142b87ee1');

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