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', 'Rinako', 'Gragg', '[email protected]', 'WEgyjA9y/e3', 'ae85864a6a2ffb16981a9aa4583a4965', '420278cccc58a9dc718a44a67514074c4310a117'),
  • ('M', 'Abercio', 'Gragg', '[email protected]', 'QyDyNY2e=y*', 'b69fcbfd696b33164dd984202483b458', '3745280b2fc37f4cd0dbf2c62a4b1b1ef1ccd9e8'),
  • ('M', 'Abercio', 'Dostal', '[email protected]', '$aWa.A/a*', '94fdfdc012881dc1ef5d693897e89a86', 'd80535c90cd34301dae3f25d78ba364ebc93405b'),
  • ('F', 'Kamna', 'Gragg', '[email protected]', 'PeXymumU9u%', 'ffc868fceac10c1de9376cae6c4e3ccd', '8e812686e16cd56d0b2d127fa58c1c70886a648e'),
  • ('F', 'Tiegan', 'Shanley', '[email protected]', 'zaRe2E3uTEZ', '48d4b2e15cb9e6ca22288ac8184b5053', '99e17122a5ef35cf210a150778891e1e9be4fdd3');

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