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', 'Ochen', 'Pierre', '[email protected]', 'aDaBA}AM', 'cfbd12d570bb8e44f34250c10330eb0c', '2b3df6bbacff289536ed766c7205ed6fe6149359'),
  • ('F', 'Annata', 'Roy', '[email protected]', 'a?uQyrU', '4604547f163605d4a27aea38fe498f17', 'fa9195573e48ee24e186989ceea2474af59d5a57'),
  • ('M', 'Pompey', 'Burgin', '[email protected]', 'UWasU8aqYN', 'a1a48ce8349711c6a1e5e16f5c03f5e9', 'b13e4db28da323a5c4d25a383c707dffe7f5b60e'),
  • ('M', 'Stan', 'Kirschner', '[email protected]', 'YPUTE3YBY', 'd1b6c260f8139dd6ea801dc21c7f9bdd', 'c27a97fb949bfc21019590e6be8b5d2d24285d3b'),
  • ('M', 'Ethan', 'Luther', '[email protected]', 'abA@E7e~', '078749fe13dd811ce380843d102fac01', '927a81e86a1560a5a833b8e5ec46ad93ab9c32bc');

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