Skip to content

[MOVED TO GITLAB] 1st Fundamentals of Programming Project - 2014'15

Notifications You must be signed in to change notification settings

ist181045/fp1415-01-credit-cards

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Credit Card Numbers PT

1st FP Project - 14'15


Problem Description

Credit card numbers share a common numbering scheme according to ISO / IEC 7812. The most used scheme for credit card numbers ranges from 12 to 19 digits with a certain form.

Briefly, a credit card number's first digit represents the category of the issuing entity, the first six digits (a.k.a. IIN, Issuer Identification Number) identify the institution, leaving the rest to the issuer's criteria. Most credit card numbers are validated using Luhn's algorithm.

With this project, it is inteded that a program is written in Python that performs two kinds of operations: (1) verify the correction of a credit card number, and (2) generate correct credit card numbers.


More information in the Problem's Statement: PT - EN.