Jump to content

encrypted hidden field


NL_Rosko

Recommended Posts

i have seen several sites where the hidden input field in an form is encrypted.

 

can someone explain what the specific use of that is ?

i'm not quit sure what the meaning is and/or it is usefull for security.

 

if this improves overall form security i think i will use but only if meaningfull

 

Link to comment
https://forums.phpfreaks.com/topic/91737-encrypted-hidden-field/
Share on other sites

It is probably not an encrypted value, but a unique identifier to help insure that a browser has visited your form page and has submitted all the fields present without replacing the hidden field with spam content.

 

or, if you had no choice but to pass a sensitive piece of data through a form, then sending it as an encrypted value would be your choice.

It is probably not an encrypted value, but a unique identifier to help insure that a browser has visited your form page and has submitted all the fields present without replacing the hidden field with spam content.

 

or, if you had no choice but to pass a sensitive piece of data through a form, then sending it as an encrypted value would be your choice.

 

so giving it an long Unique identifier only makes sure that no spam content gets into the hidden field ?

what could be the use of that for spammers or hackers ?

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.