I am creating one asp page and one aspx page tranfering senstive data back and forth. Data is encrypted using RC4, as recommended in the following link.
My idea is to put the encrypted data in a hidden field and then submit to another page.
The encypted data is like "ç;@Ë…ºõ)Õš4úAF", sometime it contains quote marks and even line breaks.
Since I cannot predict what kind of characters will be, putting the data in a hidden field in asp causes a problem that the browser cannot properly identify the data inside the field.
Another way to approach this is to get another encyption method that does not create special charactesrs.
Any suggestions on this?
Thanks in advance.
Seaport
My idea is to put the encrypted data in a hidden field and then submit to another page.
The encypted data is like "ç;@Ë…ºõ)Õš4úAF", sometime it contains quote marks and even line breaks.
Since I cannot predict what kind of characters will be, putting the data in a hidden field in asp causes a problem that the browser cannot properly identify the data inside the field.
Another way to approach this is to get another encyption method that does not create special charactesrs.
Any suggestions on this?
Thanks in advance.
Seaport