- Generates mathematically valid credit-card numbers
- A credit-cards last digit is a checksum of the other 15 digits before
- Algorithm: Luhn
- Those numbers generated by this code aren't real credit-cards.
- They are mathematically valid and could only pass offline-checks.
- I am not responsible for any damage done by this code.
- This code is only published for educational purposes.
- License: MIT