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', 'Halford', 'Candelaria', '[email protected]', 'uQU`E!A', '4380d03a5f4967731199ff24e6dec376', 'af36377120bc51a03e0e4f8a62fae79ee3cea585'),
  • ('F', 'Nita', 'Agudelo', '[email protected]', 'AgASybAn', '5518cb6f9fa9beb431499ab9829a422c', '5f4592a0b60bcab2a4ca0f6fb7cd1ca05d87dbae'),
  • ('F', 'Carlen', 'Dix', '[email protected]', 'agYMura%A', '3c7080f7256e435546e9834601f0798d', '06c334637c9babdaffe637efdba13c688bc85023'),
  • ('F', 'Philena', 'Cortina', '[email protected]', 'A?u)Yjy2', '62bb9010faab054e4718fded7b8bac5c', '7c4e0743f64ba0e0cbd748d8395982e1cf14e8f7'),
  • ('F', 'Blanda', 'Dix', '[email protected]', 'Y@eXaTa@', 'b05f3bf40622d0a630fa981a5735f4fe', 'e4685bcbf0cbde18d6706dce1e42697c39628005');

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