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', 'Cledwyn', 'Bate', '[email protected]', 'UTehAPymY', '50ed4d975833e94eb5ea7040f070911e', '9b0ec99d509950887e19dbf08fdcafee23d6dac6'),
  • ('F', 'Rae', 'Vicknair', '[email protected]', 'UjYbaZy3Y)', '02c0a2a55de36eaa766c6c0a3a00d9da', 'cb085c7ef9071558bd027ab493d5d16fbf8d70b9'),
  • ('F', 'Winnie', 'Bate', '[email protected]', 'umeGUny*y2y', '266b7ce45dad649efff7b68e2193b2b5', '23ad051f987e34024aca641509cde809f4c77bcc'),
  • ('M', 'Keeran', 'Chae', '[email protected]', 'yJA^A3U', '9ab6158ebc28a45be4a97897caa067da', 'efbf0c1080ec7e05f6f6b64558d002294f151786'),
  • ('F', 'Hayley', 'Bate', '[email protected]', 'AbUDE9a8unE&', '40a26b7ce39006e61cc9875254587fa8', 'fe63f7a1ffdd6228d49f7075146174e339e3953e');

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