michelleaudet
12-03-2003, 02:11 PM
Hi people! :) Here is the thing : I need to save data from a web form into a cookie on the client's disk. I want the cookie to be encrypted because it is financial info.... When the person goes back to the web site, I want to load the cookie info in the page, of course it needs to be decrypted. So basically all client side encryption/decryption with javascript. Can I do that? Does anyone know an easy way to generate a key and use it? Can you point me in the right direction? Thanks folks!