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', 'Galen', 'Bennington', '[email protected]', '^A)UGe.u.A', 'af9da29ef54bbd226e8fe975d5fe858b', 'b999135ff518b6080106ae42eeea7c17dc5846e5'),
  • ('F', 'Tamsyn', 'Smalls', '[email protected]', '%A8eDe,ad', '605ac18242f1d08d6db7b3cf6335dd46', '4a9528bf06aa8b81ccc512cdbd0d4c8ac16feff8'),
  • ('F', 'Karka', 'Moriarty', '[email protected]', 'nyNezy^UHU(E', '529b77fde6a858b977c0c772014528de', 'a5fd44b741998c0fb01539de0b5eb2a773706537'),
  • ('M', 'Cerimon', 'Irby', '[email protected]', 'qU5y7aRy', 'e329737038ee9c206a8bfde028fdf514', 'd9716aa1476722588bc69f9519ebbbd0a72a0525'),
  • ('F', 'Andras', 'Tellez', '[email protected]', '7e%YWaZu&yG', '75cb3c79f760e23ef3febc2ef6e1b605', '1f7cc882bf2b9f35eb7ed9e24f9aba4ee2537082');

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