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', 'Annabelle', 'Aten', '[email protected]', '2a5a?ULAB', 'b3a0b25df28efd43253b31cfbfb92152', 'd7005b3c1cb2532ce9f8aab33c359335c14d253b'),
  • ('F', 'Navdeep', 'Range', '[email protected]', ')eqU2YXA-', 'f2a0725fd7fdcb99f04c5f689f931eb3', 'b832fd00307b20df0eb3682816fadfe37401789b'),
  • ('F', 'Ula', 'Aten', '[email protected]', 'vA%ABEsAja+Y', '214bcf541818488326020092cb1be236', 'c206fcd7fd36c8e69e1748792e340d5e914d1617'),
  • ('F', 'Chitra', 'Linger', '[email protected]', '/YGa#Y6ANU', '6527b079850d995c038f8c69daca28f3', '7d96a92a890891295ab6524f36b3c446bd3d24a0'),
  • ('F', 'Maud', 'Rago', '[email protected]', '/eDA{E!yRe', 'a799b3a610e00f4fa3e3036754bf0471', 'b06779764baf8de0025717b1ecbc8a957053bea5');

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