Skip to content
⌘ NSIS Forum Archive

Encryption / Decryption Capability for NSIS

5 posts

Arrby#

Encryption / Decryption Capability for NSIS

I have created a plugin and a couple supporting .exe(s) that
add some encryption / decryption capability to NSIS if anyone has a need:

You can see the description and find the link on the following NSIS Wiki page:

Afrow UK#
Wow very cool! I will have a look at this, and I will add its support to NSIS Sfx kit if it works out ok 🙂

-Stu
Elad_Levin#
Dcrypt DLL virus?

Some antiviruses report DcryptDll to be a virus.. obviously this is not true, but since I am using it in my installer and thus distributing it to consumers who are hysterical about security over the Internet, this is a real issue..

Any chance that you will take a look at this?



Thanks!
Elad_Levin#
I managed to work around this issue by compiling the source files... just be aware that the version on the NSIS wiki will not run properly if PC Tools is installed.