Web security, are there issues with hidden fields (no sensitive data)?

后端 未结 10 1594
余生分开走
余生分开走 2020-12-31 04:36

I was having a discussion with coworkers. We have to implement some security standards. We know not to store \'sensitive, addresses, date of birth\' information in hidden

10条回答
  •  执念已碎
    2020-12-31 05:10

    Consider encrypting the name and value of your hidden field for the purpose of tamper checking since hackers can still get hold of your hidden fields and manipulate them the way they wanted to.

提交回复
热议问题