User Info Generator

Credit Card Generator

April 4th, 2016

Generate a list of credit card numbers for all of the popular credit card companies, now includes a BIN check option that increases the validity of the generated numbers.

Credit Card Attributes

1 Setting this to 'Yes' limits the cards requested to 5 per request; depending on the card, some may return fewer than 5 cards or not be able to generate bin codes at all.

Data Set

Data: Select all
  • 4844548645235490, CVV, 002, 05/2029
  • 4175005563614940, CVV, 408, 08/2030
  • 4508209786920724, CVV, 898, 01/2029
  • 4175002170744434, CVV, 229, 03/2028
  • 4508921620580189, CVV, 215, 07/2029

Insert SQL Set

Query String: Select all
  • INSERT INTO `credit_cards` (`card_number`, `security_type`, `security_code`, `expiry_month`, `expiry_year` ) VALUES
  • ('4844548645235490', 'CVV', '002', '05', '2029'),
  • ('4175005563614940', 'CVV', '408', '08', '2030'),
  • ('4508209786920724', 'CVV', '898', '01', '2029'),
  • ('4175002170744434', 'CVV', '229', '03', '2028'),
  • ('4508921620580189', 'CVV', '215', '07', '2029');

SQL Create Table

SQL Create: Select all
  • CREATE TABLE `credit_cards` (
  •   `id` int(11) NOT NULL AUTO_INCREMENT,
  •   `card_number` varchar(255) NOT NULL,
  •   `security_type` varchar(255) NOT NULL,
  •   `security_code` varchar(255) NOT NULL,
  •   `expiry_month` varchar(255) NOT NULL,
  •   `expiry_year` 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