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', 'Gair', 'Bowyer', '[email protected]', 'WE!YRU,AXy', '2b876e87e7a3d206846c542f19c58a28', 'aecb891df89294f0682612e92ca60d3b84e2e979'),
  • ('F', 'Tyne', 'Bowyer', '[email protected]', 'de!UqyRUL', '9863870175e8824cd0811285b2730126', '09eb22251c6bc2be4b73a7bf9a4b286b2e737d47'),
  • ('F', 'Alida', 'Fargo', '[email protected]', '8ahysU=u', '04eb5246048e1eac55fb2bae88396bdf', '9f73e8c43985d82832139f54bfae2685ed8d781c'),
  • ('F', 'Sallie', 'Pinkham', '[email protected]', '2Y?y~A)', '6f165c69469728498cf67208270e8f59', '530668379e90e18ab0ff6c6d530ad2616f4b338e'),
  • ('M', 'Gareth', 'Beland', '[email protected]', 'PELYLu{A_a', 'd84a038e8968d3ed1e00f2a8339dae30', '68bbba0874179789e6fb0e9bdbfee125975b44c3');

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