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', 'Zeitia', 'Sauder', '[email protected]', 'LAMA{uravU', '74d0cb08e95acf40a7bae56a492f946b', 'df8740737b26a89018523347f87b87bfa2517c3c'),
  • ('F', 'Callan', 'Thorsen', '[email protected]', 'hePAtu{AXyma', '549b74bc2c8ebb6f8bc75fda3ab84fd4', '759057fc188217f434019069e10f156cf69904df'),
  • ('M', 'Jess', 'Christopher', '[email protected]', ',a^y&uWE', '3d5417de19408bfac654c44058bb2d98', 'e756a87bee0f9a8f7c2e58ca2c5c0156dd0ae53f'),
  • ('M', 'Aakarshan', 'Hallmark', '[email protected]', '8aBY?yd', '0901e27f2282abb410877065438ac8c6', '32ebf4c847125776accfa147205edcf279cd4ff8'),
  • ('F', 'Everilda', 'Kelliher', '[email protected]', '.yMAgEvA6U.A', '7acc0a46452221d10288ae9fe37f970e', '7534dbf8ae194c120434dcb16c82fc460ed91292');

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