creditcardfault

There are 1 repositories under creditcardfault topic.

  • Nehadsys/credit-card-fault-detection

    This repository contains an implementation of credit card fault detection using Luhn's algorithm. Luhn's algorithm is a checksum formula used to validate credit card numbers, as well as other identification numbers. The algorithm is based on performing a set of arithmetic operations on the digits of a given number, resulting in a checksum value.

    Language:Python3100