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', 'Minette', 'Flower', '[email protected]', 'uhU2U,U', 'e254bd3e7473c9829d3cd1e043d08579', '2a61903a44e7d59c2958dd68e0db3b3cc65b021e'),
  • ('F', 'Subhadra', 'Keo', '[email protected]', 'YXymeRAD', 'b51caf3f584517fde17c4a89cbb6cc2e', '5e61905c040580b492e5acce0a0a5a4575c697c8'),
  • ('M', 'Kayin', 'Drozd', '[email protected]', 'e@E+YTEj', '7f140deea583f2fe0216e73dc5c1f203', 'a27394c51b72be7c50a5a09bfee030067d91db5b'),
  • ('M', 'Halifax', 'Jasso', '[email protected]', 'AMEzabUne', '0dcb397d28f3815c82f9f09080bdbd8c', '7386c4cd1cc34b09eb2ff690dac44d14c84c8d63'),
  • ('M', 'Linley', 'Flower', '[email protected]', 'ebe*asA-u}', 'ebe1e8a74d3ebae38d17c4934198ad84', 'd045e10882ccb9952504d5066f595b68e6e6366d');

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