Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 288 Bytes

README.md

File metadata and controls

6 lines (5 loc) · 288 Bytes

Luhn-compatible-credit-cards

A Rexx program that generates Luhn compatible credit cards on the fly The algorithm can be easily modified to meet real life standard credit cards for example Visa and MasterCard just by changing the card prefix.

Feel free to fork and hack it to good use!