User talk:GAG
From NSIS Wiki
My System : Windows XP ServicesPack 2 How to Use !! Please HelpMe ...
- *** *** *** *** *** *** ***
MD5 String Hash
Crypto::HashData 'MD5' 'String to be hashed' Result: String: 'String to be hashed' MD5: [Error: CryptAcquireContext=0x80090016.]
- *** *** *** *** *** *** ***
MD5 File Hash
Crypto::HashFile 'MD5' 'C:\WINDOWS\notepad.exe' Result: File: 'C:\WINDOWS\notepad.exe' MD5: [Error: CryptAcquireContext=0x80090016.]
- *** *** *** *** *** *** ***
SHA1 String Hash
Crypto::HashData 'SHA1' 'String to be hashed' Result: String: 'String to be hashed' SHA1: [Error: CryptAcquireContext=0x80090016.]
- *** *** *** *** *** *** ***
SHA1 File Hash
Crypto::HashFile 'SHA1' 'C:\WINDOWS\notepad.exe' Result: File: 'C:\WINDOWS\notepad.exe' SHA1: [Error: CryptAcquireContext=0x80090016.]
- *** *** *** *** *** *** ***
Errors test
Crypto::HashData Result: Error: algorithm unknown or not identified.
Crypto::HashData 'unknown_algo' Result: Error: algorithm unknown or not identified. Completed

