Smooth UI for Credit Card Entry on Android device, perform check for supported credit card types , pan length and luhn check. Inspired by Uber credit card entry interface
-
Updated
Feb 20, 2019 - Java
Smooth UI for Credit Card Entry on Android device, perform check for supported credit card types , pan length and luhn check. Inspired by Uber credit card entry interface
Contains helper classes that I find useful every now and then.
Damm, Luhn and Verhoeff algorithms
Desktop application who simulate software on ATM.
This program acts as a customer information and sales analysis system. By using the Luhn Algorithm and Benford's law, this program can validate credit card information and determine fraud by reading transaction histories, which can be visualized through the use of JavaFX
Luhn algorithm written in Java
An Android application with intuitive user interface which can verify authenticity of Payment Cards, AADHAR Card, PAN and GST Number. Various checksum algorithms were applied to check the validity of entered number.
Simple CLI Banking Application built with Java.
An Algorithm to calculate a credit card Check digit
This project demonstrates (in a simplified form) the principles of anti-fraud systems in the financial sector. It has a set of REST endpoints responsible for interacting with users, and an internal transaction validation logic based on a set of heuristic rules.
My project: Simple Banking System (My studies at JetBrains Academy - hyperskill.org)
This application performs a quick check on credit card details and returns the status of the check, alongside the error(s) where applicable.
The Luhn algorithm, also known as the "modulus 10" or "mod 10" algorithm, is a simple checksum formula used to validate various identification numbers such as credit card numbers, IMEI numbers, and more.
This Simple Banking System is a completion project for the Java Developer track on JetBrains Academy.
Simple Banking System project with database connection using JDBC and Sqlite
Luhn's Algorithm in various programming languages.
Add a description, image, and links to the luhn-algorithm topic page so that developers can more easily learn about it.
To associate your repository with the luhn-algorithm topic, visit your repo's landing page and select "manage topics."