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', 'Dorota', 'Urbanski', '[email protected]', 'U/yGa6yNahU{', '65d29526b6708daf91b8c1b37c7a582c', '535f9faa77a8ef5d19d5067518bfc9c9d1de3532'),
  • ('M', 'Athelstan', 'Trivett', '[email protected]', 'uzUDA7aSY_eX', '534a6cbd7c01cd8590781839cb6f98a0', '76648f7968242b57653f4089f8fa9bb05742926b'),
  • ('M', 'Zarek', 'Ohman', '[email protected]', 'ynuNanePA', '90ecdb6356670568c619d5ee42d566aa', 'ad57bda19d8de5ff11b3246727f4b11e626fa505'),
  • ('M', 'Thord', 'Utterback', '[email protected]', 'EGuPEjy?YZy', '4870655ee18abdaed43e0346b768b1f3', '9b7aebfc4eb0bea5b4ff8fc8393ac39972fa7006'),
  • ('F', 'Dorota', 'Howlett', '[email protected]', 'y(yhudu5y', '4ed580b81455dc90e1e27af66854e3e7', 'e0aca3c62eb9529c703564a7c3480d5c26dafc4c');

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