Contents
SlavaSoft QuickHash Library Online Help
The following sample(s) demonstrate(s) how to use the QuickHash Type Library to calculate the HMAC for a file using TIGER hash algorithm.
Visual Basic Example
Private Sub MyButton_Click()
'Calculate and Show the HMAC in hexadecimal representation
MsgBox QHASH_FileHexHMAC(TIGER_ALGID, "C:\Test\Test.txt", "password", True)
End Sub
Type Library Overview | Type Library Functions | Useful Links | HashCalc