|
A REALbasic plugin to dynamically load external encryption engines.
The concept here is that if your application supports EngineManager then all EngineManager plugins will work with your application. That is you can design your application using just one engine platform and then deploy your application, and the end user of your application can plugin new algorithms at later time.
EngineManager also helps you with dealing with Encryption export laws that some countries such as the US and France and more. That is now you can deploy your application with minimum encryption schemes and your user can download strong encryption plugins from us (free of charge), our EngineManager plugins site is located in Iceland where there are no export restrictions on cryptography.
- Supports dynamic load of external encryption and hash engines.
- You can encrypt any raw binary data and text.
- Currently available algorithm plugins:
- Blowfish ECB
- Blowfish CBC
- Twofish ECB
- Twofish CBC
- AES (Rijndael) ECB
- AES (Rijndael) CBC
- e-CryptIt
- MD5
- HMAC_MD5
- SHA
- SHA1
- HMAC SHA1
- SHA 256
- SHA 384
- SHA 512
- EngineManager is supported on PPC, Carbon Classic, MacOS X, Windows 98, ME, 2000, XP.
- EngineManager supports REALbasic MacOS IDE 4.0 or later.
- EngineManager supports REALbasic Windows IDE 5.2 or later.
|
|
|
|
- The EngineManager comes fully documented. We document our plugins with RB Plugin Plunger, which means that the documentation is built into the plugin. To read the documentation users need to download RB Plugin Plunger which is a free utility which was created by some Plugin authors to provide a standardized documentation for plugins.
- The plugin comes with a sample project.
- Grid is written in C, its native for each target platform, no platform emulation is done.
- Algorithm plugins have been tested agains official test vectors for each algorithm.
Download area, to download Engines for applications that use EngineManager, where your users can download plugin engines for free (Hosted in Europe)
e-CryptIt Engine, more cryptography, encoding, compression and hashing technology from Einhugur Software.
|