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
  • ('F', 'Shiela', 'Millwood', '[email protected]', 'u,YtA4y=YtA', 'd81db1d281f70b4664622b3dfd79be54', '5eb2fd9e8414043ac0fb43f1d19a32ccb47b2ef5'),
  • ('M', 'Mike', 'Freitas', '[email protected]', 'A%uRy#u_U!e]', '4f9b938cfa365e04194a557c722f10f6', '7c6962307ea5fee21144c1f854b402a6989dd770'),
  • ('F', 'Enola', 'Moyers', '[email protected]', 'UJA8UBY@eH', '9738e58149a9325bf9deecd96cc54673', '7077a7913ff6f6176a7a02408b9d43dfb481fdf3'),
  • ('F', 'Preeti', 'Bowers', '[email protected]', 'ypyLyMa', 'e635f383d4e00f9d7629f02d054bc548', 'ad599a3e424ca4f6cf0599c31bc65ffe5ea2efea'),
  • ('F', 'Julianna', 'Tharpe', '[email protected]', 'y`A9YPa@e}a~', '411fc2fac27431838d1c14ace3b26f81', 'f8fb07d870f3bc38f9ccf83f4a1921b537f3a021');

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