DcryptDll plug-in: Difference between revisions
No edit summary |
No edit summary |
||
Line 3: | Line 3: | ||
== Links == | == Links == | ||
СÑылка на | СÑылка на загрузку | ||
<attach>DcryptDll.zip</attach> | <attach>DcryptDll.zip</attach> | ||
Ðтот .zip файл выше включает Дополнение к программе Ð´Ð»Ñ NSIS (DcryptDll.dll) и двух выполнимых программ наборы из двух предметов (Ncrypt.exe & GenKeys.exe), иÑточник, чтобы вÑтроить вÑе 3, два примера Скрипты.nsi, показывающие возможному иÑпользованию, как иÑпользовать документ DcryptDllReadme.html, | |||
и неÑколько других файлов поддержки. | |||
.nsi | |||
== Description == | == Description == |
Revision as of 20:58, 10 November 2007
Author: Arrby (talk, contrib) |
Links
СÑылка на загрузку
DcryptDll.zip (172 KB)
Ðтот .zip файл выше включает Дополнение к программе Ð´Ð»Ñ NSIS (DcryptDll.dll) и двух выполнимых программ наборы из двух предметов (Ncrypt.exe & GenKeys.exe), иÑточник, чтобы вÑтроить вÑе 3, два примера Скрипты.nsi, показывающие возможному иÑпользованию, как иÑпользовать документ DcryptDllReadme.html, и неÑколько других файлов поддержки.
Description
These add encryption / decryption capability to NSIS using the RC4 algorithm but it can also hash the string with the MD5 algorithm.
In a manner similar to the ExtractDllEx plugin, one program is used on the computer you are compiling your NSIS script on to do the encryption, and the plugin is used to do the decryption when the Installer .exe is actually executing.
Ncrypt.exe is the program you use for the encryption, DcryptDll.dll is the plugin used to do the decryption.
The NGenKeys.exe is not necessary, but is included for convenience: you can use it to generate the KeyStrings you will need for encrypting and decrypting the files.
The zip file was built so that you can just extract it (preserving folder names) to your
NSIS distribution Contrib folder. You should either move the plugin to the Plugins
folder or recompile the source (the VC++ 6.0 project file has output set to the Plugins directory).
You can move Ncrypt.exe and NGenKeys.exe to some folder included in your PATH environment variable
or whatever.
Please let me know if you find any of those "dreaded" bugs.
FAQ
Does DcryptDll support solid compression?
- This question is still waiting for an answer. Please edit this page if you know it!