reversible whole number license key
From: Thor Russell (thor.russell_at_paradise.net.nz)
Date: 08/05/03
- Next message: David Wagner: "Re: Is RC4 a good choice?"
- Previous message: Tom St Denis: "Re: Is RC4 a good choice?"
- Next in thread: Mr X: "Re: reversible whole number license key"
- Reply: Mr X: "Re: reversible whole number license key"
- Reply: Mark Wooding: "Re: reversible whole number license key"
- Reply: lallous: "Re: reversible whole number license key"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: 4 Aug 2003 16:11:05 -0700
Hi,
I am writing a network license for a software program, and want to use
a serial code to specify the number of licenses a user has. What this
means is that say the user buys 10 licenses, and it given the code
5634853215. They enter this into the computer, and it verifies that it
is a correct code and informs them that they have 10 licenses. In
order to do this I need an easily reversible mathematical operation
that takes one ten digit number e.g. 5634853215 and converts it to
0000000010 (the first 7 zeros are a way of checking that the number is
valid, entering in a random number shouldnt give 7 zeros to start
with). It cant be anything too obvious like just subtracting a number
off the code. I tried using a matrix multiply for each digit, making a
vector out of them, but the inverse matrix is ugly, not consisting of
whole numbers.
Any ideas?
thanks
Thor
- Next message: David Wagner: "Re: Is RC4 a good choice?"
- Previous message: Tom St Denis: "Re: Is RC4 a good choice?"
- Next in thread: Mr X: "Re: reversible whole number license key"
- Reply: Mr X: "Re: reversible whole number license key"
- Reply: Mark Wooding: "Re: reversible whole number license key"
- Reply: lallous: "Re: reversible whole number license key"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|