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', 'Bunny', 'Fant', '[email protected]', '/a8YMaQ', '7f00268c826c3683f12e389da57d6f04', '6e325f6dab684cc94ff58701736a025db981e285'),
  • ('F', 'Bunny', 'Hook', '[email protected]', '8yqUPe3yTY9y', 'c09ecc18d7fff5d92d7aa835715936ca', 'a618b2b8029fc4f4081ae8e647276cb527f69bd0'),
  • ('M', 'Ayush', 'Lara', '[email protected]', 'meZE6a[', 'b19f15d10e28c7379be89d95753a753a', '543945a2828a3741ec38d9436a7d7adb667cf799'),
  • ('M', 'Siva', 'Harbour', '[email protected]', 'tY6AGu8e#', 'fae8e2fc855737094a81d9c00f8e8069', 'd51a964dd2a8e2c4ee583813aafadd5c86272abc'),
  • ('F', 'Bunny', 'Oram', '[email protected]', 'gE(eDe_yB', '00020584b415981dbcffd68be373fe5c', 'd1a97ad49b3b5b049603c1b340250996d27a5c60');

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