79660178

Date: 2025-06-10 09:43:34
Score: 1.5
Natty:
Report link

If you are only checking the data integrity at server level then Hash (includes the Salt/Token) mechanism is okay for you. If you need data security, the data/info should not be leaked then use Crypto (e.g. Asymmetric etc.)

Also, your client side and server side hash is not matching because the pattern of the data concatenation to generate the hash is different on client & server. Kindly check the logic once.

Reasons:
  • No code block (0.5):
  • Low reputation (1):
Posted by: Lalit Rawat