I need to encrypt the names of my http form elements

Posted by William Calleja on Stack Overflow See other posts from Stack Overflow or by William Calleja
Published on 2010-03-15T10:06:19Z Indexed on 2010/03/15 10:09 UTC
Read the original article Hit count: 244

Filed under:
|
|
|
|

I have a form with certain elements, input boxes, check boxes etc. I need to encrypt the names of these input boxes and check boxes. I'm currently using a Rijndael encryption/decryption method through c# however this is making the encrypted names too long to be passed in a post. Is there a better way to get decent encrypted names? my purpose is to have the names encrypted before the post happens so if someone views the code behind the names are already encrypted.

© Stack Overflow or respective owner

Related posts about http

Related posts about ASP.NET