Solved

Safe size for deviceId

  • 29 November 2021
  • 1 reply
  • 86 views

Currently i am using md5 as my hash algorithm. I would like to change for sha-256 but I am unsure if i can run into my payload being too large 

icon

Best answer by Saish Redkar 29 November 2021, 16:46

View original

1 reply

Userlevel 7
Badge +10

Hey @harthur90 
Normally the limit for fields like device_id is 1024 characters. If the sha-256 hashed one is within this, then I believe it should good.

Let me know if this was what you were looking for.

Reply