how long is it to generate some credit card number ?
I had a school project using Luhn's algorithm check if whether or not a credit card number is valid. While having a shower, I asked myself "how difficult it is for a computer to bruteforce some credit card number ?" Here we go.