currently, i/we can't make a generator that make the license key
but i/we will give you the way to generate the key, after you pay us a fee
fee: 0$ + 0$ tax = 0$ total
thanks for paying
here's how to create license keys for your own:
a license key is 19 characters long (16 hex digits, 3 seperator character) (ex: 1234-5678-90AB-CDEF)
format:
total value of second + third + fourth digits must be divisible by 7
total value of fifth + sixth digit when multiplied by 5, plus 9, square root the result, then ceiling the result must be an even number
total value of fourth + fifth digit must be an odd number
(total value of seventh digit + ninth digit) multiplied by the value of the eighth digit must be divisible by 12
value of the fifthteen digit must be a prime number
value of the first digit is equal to the total value of all odd placed digit (digit #1, #3, #5, ...) (except digit #1) plus the total value of all even placed digit (digit #2, #4, #6, ...) (except digit #16) modulo by 10
value of digit #10 -> #14 can be any hex digits
value of digit #16 is a parity digit that use the luhn algorithm to check the whole key (without seperator)