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', 'Corey', 'Alderete', '[email protected]', 'Eqy8eHE,a', 'fddda603fff87631d71a22305f74e73d', 'a61d820845a09a3ec1cab417c06d441b868ba20b'),
  • ('F', 'Basimah', 'Voorhees', '[email protected]', 'ymu3U]ARezUv', '89c70c90e1889e33a7fc91f56383f38c', '66e8cd46d413ee1081f6b32fb51435c0fe40bf71'),
  • ('M', 'Jorge', 'Fitzgibbons', '[email protected]', 'EvY=emE', '5a6a2e67b2136ca6eb993cd69f62332b', 'b2b9babf84696114bfd5a9b4dd6e67744eb851c2'),
  • ('M', 'Sanders', 'Pavlik', '[email protected]', 'y)u3u4AhY', '7c65af9fd07b28571ac527e5fda08993', '493ec370a0284e342ce5d039296e2372240cbfa4'),
  • ('F', 'Tejal', 'Florez', '[email protected]', 'uPeXuhe/aSUX', '63d4d70dd13fae86e34a0921480fe6e7', 'd30bf4aaedc612b5578c8fe025cd9c3d3eab4b3b');

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