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', 'Aldred', 'Papa', '[email protected]', 'umARYze.yHU', 'ebe3b86c7d84761891a8c178ed256654', '38048089524af71b65f83a485c38321e9848ff13'),
  • ('M', 'Connor', 'Papa', '[email protected]', 'u+apE`e+ah', '3aba6d8fe3c1ab61e131ed8af382b2e8', '90577c489d4b556a29709fb56e5a3cd1e60e587e'),
  • ('M', 'Connor', 'Sneed', '[email protected]', 'ysA@EGUqe%', 'da5d93cd6c49c98a394c6ca9d22afb6a', '0e747545f755bd49e6904ccdda4555caf4b8940d'),
  • ('F', 'Zelia', 'Sessions', '[email protected]', 'u=unY&uzY', '674ffeec05f28245a757326ebefa3bbb', '177e07cc11415f478f16190f1d6616b98ed4a165'),
  • ('M', 'Aldred', 'Buettner', '[email protected]', 'UdA3e(U(ANA', 'dd573aff546310f87746ce5735f83b66', 'a93f8bc0b2881ee94068590ee9855a04dcb68086');

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