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', 'Bacchus', 'Bills', '[email protected]', '=epA%u#e.', 'bc78a88b38e0f8c215762eeebc383e50', '10dff867d9e6354eca590a960589852e943b56be'),
  • ('F', 'Darby', 'Dupont', '[email protected]', '&y]eVETALEh', '1e72652202b10d800d6fd25767000a50', '757e7e05b3e1c524c286f542c8af792149f55933'),
  • ('F', 'Heloise', 'Carolan', '[email protected]', '{yNYden', 'af88bd7ca33a0428048e61f28dfb2305', '988ad490a8512a0e4afc1746a086ea14bd6b7104'),
  • ('F', 'Nicki', 'Arp', '[email protected]', 'Lu)uLehu(', 'cada86b01fce91e8bcc3d51538d7dfcb', '47063cecc4a4d6b424d4e04a287d80bd6cefbfc9'),
  • ('M', 'Ellar', 'Maria', '[email protected]', '?y2UGe=U', '6d0688a315ac03d5bf6860cf494d1237', 'c998d4b1eed78997d9b7a5e15b368a9d24b680df');

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