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', 'Casey', 'McQueary', '[email protected]', 'e.A]e`A`U', '9ca8fe43b3020099e9037a615ce36a27', '53b8966391ec6a1857f7bab9488c247f8502afdc'),
  • ('F', 'Evelina', 'Sabatini', '[email protected]', 'aHEhu/ene', 'ef19191ef3453d7c281d92c08b6a8665', 'b9f04ceb66882edf185fa30c92caec59b6a65ea2'),
  • ('M', 'Derex', 'Duell', '[email protected]', 'ALE-y*u)', '46bf825b7d299b1b212bded49658d44a', '39379566775ac08b2902fa5d568aef331ec80582'),
  • ('F', 'Netta', 'Hilliard', '[email protected]', 'ALaja?ur', '760f4e8058d39b29d40f3bf38a96cacb', '4f26e66be486002aaf65969b3fe4c3edc6906a13'),
  • ('F', 'Evelina', 'Duell', '[email protected]', 'aju9Y7y+', 'fadbebcdbcb13bddb5fd96ebf0c4484e', '485b06de6af18c0329628fd5757e9738734674ab');

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