|
2 |
edited tags
|
||
|
1 |
|
||
2-way encryption from int into a short stringHi guys. I'm building a tiny webapplication in which our customers can update some details about their company. The customers currently don't have a login/password and we don't want to validate their registration, so we want to give them a automaticly generated password/key to login to the website. Our plan to encrypt their customerId and give that to the customer so that he can enter that key on the webapp to allow us to decrypt the key into his ID. There are about 10K customers and they don't all have an email, so some will receive a letter with the URL and the code. This means that the customer has to type the code in, so the code can't be more than 8 characters (preferably 6). Here's an empty template:
=> Can anyone link me to more information on how to do this? I'm not looking for a "plz send me teh codez" but if anyone has already made something like this, feel free to share. Thanks in advance for any information.
|
||||
