Introduction
This plugin provides you cryptographic interface using CryptoAPI.
Using this plugin you can get common cryptographic hashes like MD5, SHA1, MD2, MD4.
Plugin DLL size: 3 660 bytes (not packed), 2 886 bytes (upx packed)
How to use
1. Hash of string
Crypto::HashData "MD5" "String to be hashed"
Pop $0
Supported algorithms: MD5|SHA1|MD2|MD4
2. Hash of file
Crypto::HashFile "MD5" "$WINDIR\notepad.exe"
Pop $0
Supported algorithms: MD5|SHA1|MD2|MD4
Examples
Hash Calculator: HashCalc.nsi
Simple test: CryptoTest.nsi
This plugin provides you cryptographic interface using CryptoAPI.
Using this plugin you can get common cryptographic hashes like MD5, SHA1, MD2, MD4.
Plugin DLL size: 3 660 bytes (not packed), 2 886 bytes (upx packed)
How to use
1. Hash of string
Crypto::HashData "MD5" "String to be hashed"
Pop $0
Supported algorithms: MD5|SHA1|MD2|MD4
2. Hash of file
Crypto::HashFile "MD5" "$WINDIR\notepad.exe"
Pop $0
Supported algorithms: MD5|SHA1|MD2|MD4
Examples
Hash Calculator: HashCalc.nsi
Simple test: CryptoTest.nsi
Comment