DcryptDll plug-in: Difference between revisions

From NSIS Wiki
Jump to navigationJump to search
m (Reverted edits by 89.218.2.117 to last version by 84.245.165.34)
Line 1: Line 1:
{{PageAuthor|Arrby}}
{{PageAuthor|Arrby}}


== Ссылки ==
== Links ==


Ссылка на загрузку
Download link:


<attach>DcryptDll.zip</attach>
<attach>DcryptDll.zip</attach>


Этот .zip файл выше включает Дополнение к программе для NSIS (DcryptDll.dll) и двух выполнимых программ наборы из двух предметов (Ncrypt.exe & GenKeys.exe), источник, чтобы встроить все 3, два примера Скрипты.nsi, показывающие возможному использованию, как использовать документ DcryptDllReadme.html,
The .zip file above includes a Plugin for NSIS (DcryptDll.dll) and two executable
и несколько других файлов поддержки.
binaries (Ncrypt.exe & GenKeys.exe), the source to build all 3, two example
.nsi scripts showing possible usage, the how to use document DcryptDllReadme.html,
and a couple of other supporting files.


== Описание ==
== Description ==


Они добавляют кодирование / возможность расшифровки к NSIS использование [[Wikipedia:RC4|RC4]] алгоритм, но это может также крошить строку с [[Wikipedia:MD5|MD5]] алгоритм.
These add encryption / decryption capability to NSIS using the [[Wikipedia:RC4|RC4]] algorithm but it can also hash the string with the [[Wikipedia:MD5|MD5]] algorithm.


Способом, подобным дополнению к программе ExtractDllEx, одна программа используется на компьютере Вы - <их> компилирование </их> Ваш скрипт NSIS на сделать <b> кодирование </b>, и дополнение к программе используется, чтобы сделать <b> расшифровку </b>, когда Инсталлятор.exe фактически выполняется.
In a manner similar to the ExtractDllEx plugin, one program is used on the computer
you are <em>compiling</em> your NSIS script on to do the <b>encryption</b>, and the plugin
is used to do the <b>decryption</b> when the Installer .exe is actually executing.


Ncrypt.exe - программа, которую Вы используете для кодирования, DcryptDll.dll - дополнение к программе, привыкшее к сделайте расшифровку.
Ncrypt.exe is the program you use for the encryption, DcryptDll.dll is the plugin used to
do the decryption.


NGenKeys.exe не необходим, но включен для удобства: Вы можете использовать это чтобы генерировать KeyStrings, Вы будете нуждаться для шифровки и расшифровки файлов.
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.


Файл почтового индекса был встроен так, чтобы Вы могли только извлечь его (сохранение названий папки) к Вашему Распределение NSIS <их> Contrib </их> папка. Вы должны или переместить дополнение к программе в <их> Дополнения к программе </их>
The zip file was built so that you can just extract it (preserving folder names) to your
папка или перекомпилировала источник (VC ++, 6.0 проектных файлов вывели набор к каталогу Plugins). <br> Вы можете переместить Ncrypt.exe и NGenKeys.exe к некоторой папке, включенной в Вашу переменную среды ПУТИ
NSIS distribution <em>Contrib</em> folder. You should either move the plugin to the <em>Plugins</em>
или что бы то ни было.
folder or recompile the source (the VC++ 6.0 project file has output set to the Plugins directory).<br>
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 ==


==== DcryptDll поддерживает твердое сжатие? ====
==== Does DcryptDll support solid compression? ====


* Этот вопрос все еще ждет ответа. Пожалуйста редактируйте эту страницу, если Вы знаете это!
*This question is still waiting for an answer. Please edit this page if you know it!


[[Category:Plugins]]
[[Category:Plugins]]

Revision as of 21:55, 10 November 2007

Author: Arrby (talk, contrib)


Links

Download link:

DcryptDll.zip (172 KB)

The .zip file above includes a Plugin for NSIS (DcryptDll.dll) and two executable binaries (Ncrypt.exe & GenKeys.exe), the source to build all 3, two example .nsi scripts showing possible usage, the how to use document DcryptDllReadme.html, and a couple of other supporting files.

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!