"Issuer Identification Number Database and Verification Utility Library. Luhn Algorithm, BIN Checker, Random Credit Card Generators."
Project description
pycctek.
Issuer Identification Number Database and Verification Utility Library. Luhn Algorithm, BIN Checker, Random Credit Card Generators.
Documentation
Issuer Identification Numbers
ISO/IEC 7812 Identification cards — Identification of issuers was first published by the International Organization for Standardization (ISO) in 1989. It is the international standard specifies "a numbering system for the identification of the card issuers, the format of the issuer identification number (IIN) and the primary account number (PAN).
The registration authority for Issuer Identification Numbers (IINs) is the American Bankers Association.
An IIN is currently six digits in length. The leading digit is the major industry identifier (MII), followed by 5 digits, which together make up the IIN. This IIN is paired with an individual account identification number, and a single digit checksum. MII 9 has been assigned to national standards bodies for national use.
The first digit is a 9 followed by a three-digit numeric country code numeric-3 country code from ISO 3166-1. National Numbering Systems are managed by ISO-member national standards bodies. The US National Numbering system is managed by the American National Standards Institute.
MII | Digit Value Issuer Category |
---|---|
0 | ISO/TC 68 Assignment |
1 | Airline cards |
2 | Airlines cards (and other future industry assignments) |
3 | Travel and Entertainment Cards |
4 | Banking and Financial Cards |
5 | Banking and Financial Cards |
6 | Merchandising and Financial Cards |
7 | Gas Cards- Other Future Industry Assignments |
8 | Healthcare Cards- Telecommunications- Other Future Industry Assignments |
9 | For Use by National Standards Bodies |
The first six digits, including the major industry identifier, compose the issuer identifier number (IIN) which identifies the issuing organization. The IIN is sometimes referred to as a "bank identification number" (BIN). The IIN's use is much broader than identification of a bank. IINs are used by companies other than banks.
Luhn Algorithm
The Luhn algorithm or Luhn formula, also known as the "modulus 10" or "mod 10" algorithm, named after its creator, IBM scientist Hans Peter Luhn, is a simple checksum formula used to validate a variety of identification numbers, such as:
- credit card numbers,
- IMEI numbers,
- National Provider Identifier numbers in the United States,
- Canadian Social Insurance Numbers,
- Israeli ID Numbers,
- South African ID Numbers,
- Greek Social Security Numbers (ΑΜΚΑ),
- and survey codes appearing on McDonald's, Taco Bell, and Tractor Supply Co. receipts.
It is described in U.S. Patent No. 2,950,048, filed on January 6, 1954, and granted on August 23, 1960.
Read The Wikipedia Page for a more comprehensive description of Luhn's Algorithm
How to Install
# In terminal do:
$ pip install pycctek
Building from Source for Developers
$ git clone https://github.com/TralahM/pycctek.git
$ cd pycctek
$ python setup.py install
Contributing
Support
LICENCE
Self-Promotion
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file pycctek-0.0.4.tar.gz
.
File metadata
- Download URL: pycctek-0.0.4.tar.gz
- Upload date:
- Size: 3.1 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/50.3.0 requests-toolbelt/0.9.1 tqdm/4.48.0 CPython/3.8.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ceda68b94440fe7548d1e95192e26fe86a2dfcb40da303f07d6b2992b99ba0ee |
|
MD5 | d6c985f9ab2527d2b978f4f575d8afd8 |
|
BLAKE2b-256 | 5db243808d6b18f71be4b07db4564b051608eff9dfa824b2750f95422d9bd552 |
File details
Details for the file pycctek-0.0.4-py3-none-any.whl
.
File metadata
- Download URL: pycctek-0.0.4-py3-none-any.whl
- Upload date:
- Size: 4.6 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/50.3.0 requests-toolbelt/0.9.1 tqdm/4.48.0 CPython/3.8.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d56a5c6eec59a88fac8b67fcec02b59de129278c5457bce270d9256590a084d6 |
|
MD5 | 2ba235a9704a2e9330fe3e33cd0b896e |
|
BLAKE2b-256 | 0d71513e805c3da8d4f7d9413fcee80766d8c63006c3cac4cbb4678e4472aa85 |