/PANSPOTTR

This is a simple Python script that implements the Luhn algorithm to check whether valid credit cards are found on a system. The Luhn algorithm, also known as the "modulus 10" or "mod 10" algorithm, is a simple checksum formula used to validate a variety of identification numbers, most notably credit card numbers.

Primary LanguagePython

Stargazers