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', 'Felicia', 'Foran', '[email protected]', '+eJuTY)E', '2f9020aa1878f0196d2b99d62eaa90ed', '8d200e6fb4d002dd04a016372ed10f7d7cff18f4'),
  • ('F', 'Fadila', 'Cardozo', '[email protected]', '{a%yZArA]E', '6a0d8bde002728bdbca13909a6e02f24', '811bd64126e2c3ae204edfb615ed739b973ad768'),
  • ('F', 'Viera', 'Rouse', '[email protected]', '+yLe?A#an', '839438a22c6d4dae655f5af63440a807', 'c9164150e7bb62d4279acc99a3b500127bf5b024'),
  • ('M', 'Caspar', 'Straub', '[email protected]', 'daTU-uGe!a3', '36f8845bc7f184e0e922a9273a0d2d8f', 'd32f8632175f1fd51c1224596d2e3186c9561d21'),
  • ('F', 'Fadila', 'Rouse', '[email protected]', '~y_UZu2a7AM', 'd3cdc7c8a9970a5415cbd3146cb16a07', '94676d14f15a75ba2ea825e65ede387a85701063');

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