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', 'Arana', 'Pair', '[email protected]', '=aPeMU*a', '361435e26af876b79083f0110c4012ca', '93d12a97540039e112d9b326fe7b3c47c4872cc3'),
  • ('M', 'Spence', 'Pair', '[email protected]', '}e]y7URy~aZ', 'a70390d94315a3b446303408d9df612e', '089bb2751024648129179d5de5026db860d4ac20'),
  • ('F', 'Nyoko', 'McElveen', '[email protected]', '}a{ASEq', '00b42dfc2b33afa78674b8b93ec40a80', '26bc0c032bb5b32d9f6286012d0c5e26875317aa'),
  • ('M', 'Mercade', 'Pair', '[email protected]', 'Ny*y&a(e(e$', '341f769aa255399c4c7df0dbd075c56b', '9d40d6354b5696ab54af16c2746ec3c9f82578a0'),
  • ('F', 'Neroli', 'Parks', '[email protected]', '{umU{yTA8AM', 'e1805c03282cd67f9d31885ecf942a55', '12392e6743c6acb80a4860bd525850690ea18b46');

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