27
loading...
This website collects cookies to deliver better user experience
I have developed my own cc (Credit Card Numbers) validator and generater in last week.
Card Number => 5300 7219 7517 4530
Sum of odd numbers = 3+0+2+9+5+7+5+0 = 31
7×2 =14 => 1+4=7
Total sum of odd numbers = 29
Total sum of even number = 31
--------------------------------------------------
Total sum of all digits = 60
npm install -g panify
panify --help # for help information
panify --validate 4895042852684341
--validate
flag.pnaify -g 489504 # 489504 is the bin number of from validated credit card, you must support it if you don't know google it.
[
{
card_number: 4895042852684341,
month: 2,
year: 2025
},
...
]
27