Products
Paint Express
HashCalc
FSUM
QuickHash Library
Download
Purchase
Samples
License Agreement
Related Links
F.A.Q.
Overview
FastCRC Library
Company
About Us
Contact Us
Miscellaneous
Affiliate Program
Site Map
All
The following sample demonstrates how to use the QuickHash Type Library to calculate the HMAC for a string using RIPEMD160 hash algorithm.
Private Sub MyButton_Click()
'Calculate and Show the HMAC in hexadecimal representation
MsgBox QHASH_StringHexHMAC(RIPEMD160_ALGID, "Hello World!", "password", True)
End Sub