Recent content by ve2

  1. V

    HMACSHA1 function using the ABL SHA1-DIGEST

    To Cecil: You HMACSHA1-BASE64 function is good, but if key (pcKey string) greater than sha1 block size (64 bytes) it's work incorrect. To improve this function you shoul'd add something like /* correction by Valery A.Eliseev */ if length(pcKey) > {&xiBlockSize} then do: set-size(mData)...
Top