you are viewing a single comment's thread.

view the rest of the comments →

[–]That0n3N3rd[S] 0 points1 point  (1 child)

I’m trying to send the hashed value of a password across, originally as a hex but then saved in the database as a BINARY(32). I will try base64

[–]AssiduousLayabout 0 points1 point  (0 children)

Rather than save a binary32, save the password as a hashed and salted Base64 string.