Security rule Hash without salt does not provide an override.
def var mp as memptr.
def var chash as char.
chash = hex-encode( message-digest( 'sha-512', mp ) ).
message chash view-as alert-box.
The hash is used to verify that file has not been tampered with, I do not think that salt has a place here.
Security rule Hash without salt does not provide an override.
The hash is used to verify that file has not been tampered with, I do not think that salt has a place here.