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', 'Gargi', 'Crisostomo', '[email protected]', 'Y?a&e8a!', 'da0d016a2c4ee52de7c0dca41f05a17a', 'ba3beec1ee375a659f3640f85d1913ab2891011a'),
  • ('F', 'Glora', 'Petrone', '[email protected]', 'y`ANUXezA', 'e77b14e72f2a6e4913b89952628f7faa', '43e9b07bacc3902cf441b73f38d74e649247df98'),
  • ('M', 'Merlin', 'Richeson', '[email protected]', 'e~USy~yQa', 'f5b933e91040daa97336f883b9fa7bc9', '16aabd822e483c56771684874ed09138a460f7dd'),
  • ('F', 'Salome', 'Crowson', '[email protected]', 'U4a}UREv', '2bb94f7692955da4c628b2a63d3d2d1d', '58063e8c5bd10e391463fe452c9d5f64bdd111be'),
  • ('M', 'Narayana', 'Stein', '[email protected]', 'Y`e_UzuNy=y=', 'c95986d69fd59f84ef6fab5b79e25326', 'ebff7c1026a77f618874a4ef360b15a91d83d4be');

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