( |
|
|
|||
Generates SHA1 hash from the contents of an area with the additional option for using a HMAC key. |
Parameters: | |
Encryption key that will be used with the hash generation | |
Data that will be used when generating the hash code | |
global procedure OnApplicationStartup() begin area a; AddTextToArea("The quick brown fox jumps over the lazy dog",a); stopalert(HMACSHA1Area("My Key",a)); return; end;
Related topics: |