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', 'Perry', 'Lorenzana', '[email protected]', '8eNE!E8', '16f8a71acbc6d73275e92f13e98e4133', '88d5b476812213ab7fa015206d5c04d990548b70'),
  • ('F', 'Olva', 'Burkhead', '[email protected]', 'BAvE(EBU', '5cf733b93d1b39bf8c422728632b75a8', '68144768838cb8ea759b21ecb292dc762e518c41'),
  • ('M', 'Harrison', 'Pixley', '[email protected]', '?aje8Y-a&E', 'b33ea95c15ac50000766c92e9576562e', 'fb8bac696b559959e00d3e40b37afcf5722258f6'),
  • ('F', 'Firaki', 'Lorenzana', '[email protected]', '[aTE[urYmeM', '4927cdd5a29c931d93b1e11415d3f7f0', '6839ed2d5c679e02ba8b9cf715bd5d5038bfb439'),
  • ('M', 'Bailey', 'Steinberg', '[email protected]', '^YGaqY`uZa%', '600c6004434578255acf12780cf49e11', '1b2c4f23b608ab837671ccf29d6077929f70a871');

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