PDA

Click to See Complete Forum and Search --> : password alogrithim


nzerod
Oct 19th, 2000, 06:40 PM
i am designing a site that will be using usernames and passwords... and the password would be displayed in the address bar... so i was wondering if anyone knows of a good algorithim that i can modify to encrypt the passwords.

nkad
Oct 20th, 2000, 01:01 PM
You could do a simple XOR encryption but since thats pretty easy to crack i would recomend using a MD5 onetime pad.
Sorry i don't have any code thought. :(