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', 'Jorge', 'Lawrence', '[email protected]', 'uRUJU_uSe', '63e8149727c065569306686605dbb64a', '9724e9fcae5b4163ae5a6f106bfb87d4d3efa22f'),
  • ('F', 'Minako', 'Hoglund', '[email protected]', 'a%A*yLE)evA~', 'bf44be96f27b3cd08f157973bc698066', '9971a8a04fe3ff789146c870f8d42766a0007595'),
  • ('M', 'Kimball', 'Bogard', '[email protected]', 'aJAQe]E&y', 'bdaf6a45971ac52d58b569fa8650bd29', 'b040a51ca34eee40cf571f599ea69dbff5c73154'),
  • ('M', 'Sun', 'Lawrence', '[email protected]', 'u-YVY=az', '0ffe491ee0e626c0e0f708b8d4306c4d', '79dea142faba2bd7f24d341a82ea96aba12f52e5'),
  • ('M', 'Elmer', 'Kirby', '[email protected]', 'y^eda_aJyDuZ', '4619ab6ec6765b8bf0e163cefa7c6056', 'edf2afe02db520c4328be1244a23cc195731dca4');

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