Hi all:
I wonder if anybody use encryptions on text inputs ?
e.g <input type="text" value= #encrypt("12345", "mySecretKey")#>
There is a problem with such approach, though, sometime the encrypted values
may contain one or more double/single quotes, which will cripple the entire
<input> control.
e.g <input type="text" value="xcr3'##$2'"'fddf"dfdsp2">
---By using URLEncodedFormat--
I tried to use URLEncodedFormat, however, once the value is passed to the
action page, I have no way to url-Decode the encoded (and encrypted) value.
Is there any way to ensure that the encrypted values are Safe to use (pass)
with the <input> control ?
I'm sure there are lots of people out there use some sort of encryption on
their hidden controls, Please share it with us :)
Thanks in advance!
FCF
------------------------------------------------------------------------------
To unsubscribe, send a message to [EMAIL PROTECTED] with
'unsubscribe' in the body or visit the list page at www.houseoffusion.com