Encrypt/decrypt
Posted: Sun Jan 23, 2011 9:52 am
Hello,
I need to find a way for encrypt data send by a php page and decrypt it using javascript. The algorithm should use a string like a password...I've try already some known algorithms, like RSA or RC4, but I never get the same response on the client side. Can anyone give me some help with this problem, maybe with a good tutorial...
Thanks,
Cristi
I need to find a way for encrypt data send by a php page and decrypt it using javascript. The algorithm should use a string like a password...I've try already some known algorithms, like RSA or RC4, but I never get the same response on the client side. Can anyone give me some help with this problem, maybe with a good tutorial...
Thanks,
Cristi