Skip to content

Hash without salt: no override #1201

@stefandrissen

Description

@stefandrissen

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.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions