Encrypt/decrypt

JavaScript and client side scripting.

Moderator: General Moderators

Post Reply
acextreme
Forum Newbie
Posts: 1
Joined: Sun Jan 23, 2011 9:43 am

Encrypt/decrypt

Post by acextreme »

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
Post Reply