FacebookTwitter

iEnc Action Plugin Overview

Download
Version 1.0.0.0

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.

self-hosted tracking/analytics pixel without sharing your data to other parties.

Downloads


Filename Version / Changelog  
ienc-action-plugin-1.0.0.0.zip Thu 07 May 2009, version 1.0.0.0 x Download

Additional Information

You should put Window.Close(Application.GetWndHandle(),CLOSEWND_TERMINATE);
in the project's OnShutdown event.

Compatibility Information

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.

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