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
  • ('M', 'Teman', 'Stancil', '[email protected]', 'yvEpYTeruL', '87c325c1847bb9dc47b9d6400bc78d0b', '56cfd87069358a76921333e8f92a251acaa6bda0'),
  • ('M', 'Zoello', 'Sherwood', '[email protected]', 'Y+yJy_e+U', 'bb623d5663f3adcb4952fa2c25f0182f', 'd8833685ec8984dfb963788ffd1c1585653f61d9'),
  • ('F', 'Savarna', 'Hinkley', '[email protected]', 'EpA-UWUretyz', '4e0c7895a6088d8d8555658176946646', 'b69bd20202f1e2cf1fa61452caabad342fc4fc5e'),
  • ('M', 'Eladio', 'Hinkley', '[email protected]', 'yZU3aSasy`yp', '1ce1863c8f8e942c418a7bef7059742a', 'f06c50b6f4d0cebd9d238c171c724a9027cf9ab8'),
  • ('F', 'Cristy', 'Custodio', '[email protected]', 'u/ULu$utYTut', 'df53e92340a399e80ea744465165cef6', '292102a4bf73deae4621645a523650952cba0485');

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