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', 'Gulab', 'Scanlan', '[email protected]', 'AJA6uHY`a', 'b6569387ba5039bfbe63f9a61aef819e', '2b9c1c19a1eb3fe75e70751cfbf0867c4c50d753'),
  • ('M', 'Diego', 'Westbrook', '[email protected]', 'ugegYJa9u?u', '8d74d8fcf872ada864fbff508a995f7c', '0eada592519b6bcac598795a9b730052b4a0905e'),
  • ('M', 'Tore', 'Spurgeon', '[email protected]', 'AQe4ERa', '33e293c840305998c6d9a9cd5820a5f9', 'be961580e08c255bfdc1c6ddd49bc52913b87e62'),
  • ('F', 'Delvene', 'Scanlan', '[email protected]', 'yHupysaMA%E', 'd418c332ea508fdb915f0bdadecf8a7d', 'b7c6027d67d7747dae809fb4b7bf8dbc08f8850e'),
  • ('M', 'Tore', 'Kurth', '[email protected]', 'yMYVABa/An', '27626cfc7739eb746184698958d63de1', '7d96d2b297163ea0fa17bac5e4980341f0855b63');

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