This action plugin uses a mix of xTea, MD5, CDC to encrypt files.
The main encryption is xTea and the maximum length of a key is 32 bytes.
There is one downside, Window.Close(Application.GetWndHandle(),CLOSEWND_TERMINATE); must be used on shutdown or the application will crash in Vista and Windows 7.
Filename | Version / Changelog | |
---|---|---|
ienc-action-plugin-1.0.0.0.zip | Thu 07 May 2009, version 1.0.0.0 | Download |
You should put Window.Close(Application.GetWndHandle(),CLOSEWND_TERMINATE);
in the project's OnShutdown event.
This plugin can be used on any Windows based OS after Windows 2000,
using either a x86 (32bit) or a x64 (64bit) setup.
This ofcourse requires the AMS runtime, as it is a plugin for AMS.