Search found 1 match
- Sun Jan 23, 2011 9:52 am
- Forum: Javascript
- Topic: Encrypt/decrypt
- Replies: 0
- Views: 1974
Encrypt/decrypt
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 p...