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', 'Regin', 'Yocum', '[email protected]', 'YMaDebeMy/', '8ab2b6a6d3c87fbc61ca2964d5130ac2', '66032dc71e1558dc7cca1423130360b2e32f228c'),
  • ('M', 'Orrin', 'Rhymes', '[email protected]', 'AbuTYPe=u%a', 'c7eb2ffcee67a9b07cdd7f52981794b3', '868ec537f46624af8c146c7edef54c193840a170'),
  • ('F', 'Liv', 'Prendergast', '[email protected]', 'Yge6e5aBa/y', 'a0bd814c990e577491a6fd42477aee5b', '225e09f50d5f53eceae54b5ab71b888be929724c'),
  • ('F', 'Kimberly', 'McKeel', '[email protected]', 'a7E?y*Y4Y7', '19f4e6f83534daec40b477c6ad8926ec', 'a51f91116f0ee66bd1618cc2812557f9992ab51f'),
  • ('M', 'Chauncey', 'Laird', '[email protected]', 'atetyPUzu[', '98b8120d25913d3937f67242acaa1fe8', '724de39452aa619cc26c2ae4fd4059630e8e40dc');

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