Crypto RijndaelManaged plugin
I used RijndaelManaged cryptographic function to encrypt my application data.
Does exists a NSIS plugin to encrypt some files with the RijndaelManaged algorithm?
Thx
Archive: Crypto RijndaelManaged plugin
Crypto RijndaelManaged plugin
I used RijndaelManaged cryptographic function to encrypt my application data.
Does exists a NSIS plugin to encrypt some files with the RijndaelManaged algorithm?
Thx
There's no plug-in I know of for AES, but there's for Blowfish:
http://nsis.sourceforge.net/Blowfish_plug-in
Unfortunately, it only encrypts/decrypts strings, not files :(