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', 'Kynthia', 'Carico', '[email protected]', 'mE8e+A7Y,Y{U', 'd2128de614766545ac78174b638b9a6e', 'd97e960159045d5e77d8a7eebc8280223234a5c9'),
  • ('F', 'Laila', 'Eck', '[email protected]', '[y*uHu`Uh', '630ef9b91455c4f8df8a850a8f078f62', 'f76986e1bba9c4fb6f4e106da9a17566c423fd67'),
  • ('M', 'Austen', 'Wicks', '[email protected]', '2ajU$emaZ', '5043ac88e3c93d8b9432892717c3a6fa', '5d0aad284ed435976b63e432ad296b8e6ce0b5f7'),
  • ('M', 'Karim', 'Carico', '[email protected]', 'RUXu/apyp', '38bf578293d29bd0d39bdc6c2c763eeb', '76cf48e3e6baa3eb08c9dc22c9053b04bc09c3d1'),
  • ('F', 'Earlene', 'Taliaferro', '[email protected]', 'Le3y6Y]yhE4', 'ca65fa72d904a4a56522936916d0f3ae', 'e69a21369d04b9174e2bffb0f4f3664d03ae3950');

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