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', 'Calista', 'Baez', '[email protected]', 'dEgU.Ute', '263c65b7ea3e01e96000f0c552238c06', '29018634a087051e2792ad4c0d76d9cc13b2bbe9'),
  • ('F', 'Calista', 'Fragoso', '[email protected]', '^EMY#aRYz', 'bd976e654f98c7fb2a13e2b30ca8c092', '0b959860e8a4adcd4e9a6b9f5c4192e6efa79256'),
  • ('F', 'Calista', 'Iler', '[email protected]', '/a~E/yVu&', 'b9de39e34f947e9068bec24526e6c50c', '410bdbe2ce402164cd94924ec523758b0b4f4fbe'),
  • ('F', 'Calista', 'Jeffcoat', '[email protected]', 'NyZEhubydUv', 'a640c571ae5431054a49dfd87fdb2290', 'dfa129a306ecccd647c3786f4c8f471829256ef6'),
  • ('F', 'Shamita', 'Baez', '[email protected]', 'XavYdeHYJy3', 'fc0bd330222fdfa0cffa3e3c16d35dd6', '6198ae6dbdd14bf0e92d27abe10b9520477fc08e');

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