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', 'Virgie', 'Stutts', '[email protected]', 'AJuMAmUPa2U!', 'cb073178a5bad6bcd7fb45ce5547b6ea', '93dbc9f170ab604f7b9d9909c413f3969d0a6bda'),
  • ('M', 'Boyet', 'Victorino', '[email protected]', 'aqy5utatE', 'dd76495daedcfd717db3f23ddf361daf', 'a22d924ac533c62b877dc52246ee318f9f26a861'),
  • ('M', 'Boyet', 'Deaver', '[email protected]', 'a3yhy.y=Y*', 'c82a9f8de5f8fbf271b2b0483475d9c0', '062d0f2e41bddcf4b4348197553e18f0357e862f'),
  • ('M', 'Abraham', 'Dunning', '[email protected]', 'uLU`u3e.', 'eb5c3c86eb0da3510e55282f00789e7b', '4bf57d7819eef89b2caf0b820425970412502970'),
  • ('M', 'Boyet', 'Dunning', '[email protected]', 'aZemA6e', '36deca7ab71c39e48b82d110cf624f3e', 'af7cd8bec95d2207b298e4665b4bf5e46f93a26e');

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