Hey all,
This is my first plugin, iEnc.
This action plugin uses a mix of xTea, MD5, CDC to encrypt and decrypt files.
The main encryption is xTea and the maximum length of a key is 32 bytes. (Then the first 32 bytes only will be used)
There is one downside, Window.Close(Application.GetWndHandle(),CLOSEWND_T ERMINATE);
must be used on shutdown or the application will crash in Vista and Windows 7.
The plugin has 2 functions:
- iEnc.Encrypt(sFileIn, sFileOut, sKey); --Encrypts a file using the iEnc plugin
- iEnc.Decrypt(sFileIn, sFileOut, sKey); --Decrypts a file using the iEnc plugin
Install notes: Copy the iEnc folder, after extracting it, to the Autoplay Media Studio Plugins\Actions folder.
Helpfile and example included in download.
Download page.
Special thanks go to MicroByte for teaching me lots about creating plugins. Thanks MicroByte![]()

Reply With Quote



