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', 'Ilhan', 'Raleigh', '[email protected]', 'TE.EGe&uWe8E', 'cd580a6a12723e62306382d7c6762180', 'c82b83aeb08d9ca65de3c622c458b8895891d18d'),
  • ('M', 'Marcus', 'Chichester', '[email protected]', '^usEsa2', '20ece62efb7c56d75cb56952197ede68', '2eb2cc828dd2f92d46591c4b99ed6a20ba8c758a'),
  • ('M', 'Mamillius', 'Engler', '[email protected]', 'sEWuRE^E#e', '1051758446c71f57746386da2705f10b', '8f45a81dbed93ebd8090b3a24de7bd8bfbb0ec6d'),
  • ('F', 'Nima', 'Peguero', '[email protected]', 'RysUjy_AjY_', '60225ef7271bcefc132e4a8e1dd95ec2', 'e738d1b9415606960e958357c34f68bd726e2023'),
  • ('F', 'Joslin', 'Gerardi', '[email protected]', '6ASA4u#YPUVu', '0152e8a1fb2aab6d3976b1138c041eed', '862f883ae4fa20c336015b7b8c423d974213b84e');

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