Skip to content

nycjv321/luhn-tool-coffee

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Luhn Tool

Luhn Tool validates identification numbers using the Luhn algorithm (also known as the mod 10 algorithm).

Currently, it supports:

  • Validating existing account numbers
  • Generating the check digit of an account number
  • Calculating the Luhn checksum

I wrote this tool out of curiousity. Its not written for efficiency, instead the code is written to be human readible. Please forgive me for that. See Wikipedia for more information.

Changelog

1.202

  • Added a simple POC UI, switching to FXML in the next version

1.2

  • Added unit tests
  • Added support for calulating the check digit

License

MIT

Free Software, Hell Yeah!

About

Mod 10 Algorithm Tool

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages