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.
Printable View
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.
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. :(