Skip to content

Credit card number validator using Luhn Algorithm for major issuers' basic security features. Demo for integration in other projects.

License

Notifications You must be signed in to change notification settings

gegelendvay/Credit-Card-Validator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Credit Card Validator

This program demonstrates how a credit card number validator could be implemented in another project. It checks for basic security features for major credit card issuers that are currently active and use the Luhn Algorithm for validation.

Features

The script checks for input length, input type (digit), issuing network IIN ranges and Luhn algorithm validity.

Installation

  1. Clone the repository
  2. Install requirements using pip install -r requirements.txt
  3. Run the script using python main.py

About

Credit card number validator using Luhn Algorithm for major issuers' basic security features. Demo for integration in other projects.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Languages