Crypto Plugin
|
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 942 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
Version history
- 1.2 - November 25, 2013
- Fixed CryptAcquireContext NTE_BAD_KEYSET (0x80090016) and NTE_KEYSET_ENTRY_BAD (0x8009001A) errors
- Technical note: original Crypto.dll was unpacked and patched (CryptAcquireContext call parameters patched; corresponding relocation records removed; version information updated)
- 1.1 - May 6, 2004
- Created Hash Calculator example
- Improved documentation
- Plugin DLL size: 3 660 bytes (not packed)
- 1.0 - April 7, 2004
- Initial release
- Supported algorithms: MD5|SHA1|MD2|MD4
- Plugin DLL size: 3 660 bytes (not packed)
Complete version history
Credits
Created by GAG [Jaguar].
Thanks to DEP for his help.
Help
License
Copyright © 2003-2013 GAG [Jaguar]
This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any damages
arising from the use of this software.
Permission is granted to anyone to use this software for any purpose,
including commercial applications, and to alter it and redistribute
it freely, subject to the following restrictions:
1. The origin of this software must not be misrepresented;
you must not claim that you wrote the original software.
If you use this software in a product, an acknowledgment in the
product documentation would be appreciated but is not required.
2. Altered versions must be plainly marked as such,
and must not be misrepresented as being the original software.
3. This notice may not be removed or altered from any distribution.
|
|
|