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', 'Fadila', 'Larsen', '[email protected]', 'DuGEQa~', '7ec6bee6bcdd7996f01185650ec8a219', '4b44ef4cdc73681fa3e02e8c37005a9f3b953ca6'),
  • ('M', 'Elden', 'Cameron', '[email protected]', '5aqe^Y~an', '99bf72d9552067469d5407a0bed77d37', 'd6fb07f089d880d8c537df9e4b16350514d54e4d'),
  • ('M', 'Zefirino', 'Segura', '[email protected]', '}YLA_y[y', '473e35a2b9151cc775e3a24ba13b70b9', '4241cc9306544c1636f42c0707aa55017d058e85'),
  • ('M', 'Quennel', 'Stocking', '[email protected]', '8u-e2enuT', '2d1c23bc983fb35a9c86480ed43258b1', 'a874f8ff3d94f78cf6ac77933f459b7af39298b4'),
  • ('M', 'Zefirino', 'Siddiqui', '[email protected]', ',U+ATa5y8y[', '8b4533c7fea5e64e38ac942219943069', 'be5013bdb360815afad5d0eac0cf90f1e273ae6d');

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