Skip to content

JavaScript Implementation of Luhn Algorithm with Mod N

Notifications You must be signed in to change notification settings

mirahman/LuhnModN

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

LuhnModN

JavaScript implementation of Luhn Mod N algorithm

The Luhn mod N algorithm is an extension to the Luhn algorithm (also known as mod 10 algorithm) that allows it to work with sequences of non-numeric characters. This can be useful when a check digit is required to validate an identification string composed of letters, a combination of letters and digits or even any arbitrary set of characters.

About

JavaScript Implementation of Luhn Algorithm with Mod N

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published