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', 'Bethshaya', 'Kerley', '[email protected]', '?Y=uTe,uZYq', '92672ae4b7b97066ca2926aa796b6acf', 'b91fba7cd7c49e7a060e24e1b009cae14c942a95'),
  • ('F', 'Sitara', 'Leavy', '[email protected]', 'Du7UXe{', '2106293c49e360444fb975de8cbc5694', 'f1630d8996fc9e22e842ec9a224fddea953b208e'),
  • ('F', 'Rhonwen', 'Kerley', '[email protected]', '@esADyVANusE', '33acdc236507d394f93e14726d7fb347', '82d57c2644f85ba2ffd941ed4c44a561ab74faf8'),
  • ('M', 'Trefusis', 'Bergman', '[email protected]', 'vY}a[y&A', '237c53e6cb6efbd83fb250cb525d4b14', '30d2835d49d675654c794a4391bc490fb1c2fa16'),
  • ('M', 'Sharma', 'Benard', '[email protected]', 'SAZEzyjU`uV', '9abb6e3032a7402f15b4986bd75005d6', 'a95e8c27f260386a857a2a4c4809155284910241');

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