Crypto Actions Plugin

Benefits

This plugin expands the cryptographic functions available in AutoPlay Media Studio, Setup Factory, TrueUpdate and Visual Patch with new actions:

256-bit AES (Advanced Encryption Standard)

  • Crypto.AESDecrypt()
  • Crypto.AESDecryptString()
  • Crypto.AESEncrypt()
  • Crypto.AESEncryptString()

168-bit 3DES (Triple Data Encryption Standard)

  • Crypto.TripleDESDecrypt()
  • Crypto.TripleDESDecryptString()
  • Crypto.TripleDESEncrypt()
  • Crypto.TripleDESEncryptString()

256-bit Twofish encryption

  • Crypto.TwofishDecrypt()
  • Crypto.TwofishDecryptString()
  • Crypto.TwofishEncrypt()
  • Crypto.TwofishEncryptString()

256-bit Rijndael (compatible with the .NET Framework)

  • Crypto.RijndaelDecryptString()
  • Crypto.RijndaelEncryptString()

Version comparison

Please note that the evaluation build uses weaker versions (128-bit for AES and Twofish, 56-bit for 3DES) of the encryption algorithms. The full version features both the 128-bit and 256-bit versions, so you will be able to decrypt data encrypted with the evaluation version, but you won't be able to decrypt data with the evaluation version that was encrypted with the strong algorithms present only in the full version.

 
Evaluation
Full version
AES
128-bit
default 256-bit, 128-bit available
3DES
56-bit
default 168-bit, 56-bit available
Twofish
128-bit
default 256-bit, 128-bit available
Rijndael
not present
256-bit

Download

Compatible with: AutoPlay Media Studio 7AutoPlay Media Studio 8
License: Commercial plugin, free trial for 7 days
Documentation: Deployed with installer, or online here
Forum post: Indigo Rose User Forums
Download link: Evaluation version for Lua 5.0 AutoPlay Media Studio 7Setup FactoryTrueUpdateVisual Patch
Evaluation version for Lua 5.1 AutoPlay Media Studio 8
Full version for registered users

Purchase

The plugin will work fully for 7 days, after this it you will need to unlock the program if you wish to keep using it. Please use the form below to send your registration info. The cost for this plugin is US$ 14.95.

Site code:
MID:

If you are unable to use PayPal, I accept Amazon Gift Cards as well for single purchases.

When making your payment, please inform the Site code and MID, as shown on the activation dialog displayed by the plugin, to allow us to create the correct unlock code. If you forgot to inform the data in the message sent through PayPal, you can reach us anytime later through our contact page.


The activation code does not expire, and will work with future versions, including updates and bug fixes. A new activation code may be required if you need to reinstall your operating system, and will be sent for free - just let me know.

Please use the trial period to evaluate if the product meets your needs - the software is provided "as is", and no refunds will be granted if you later decide that something is not working as you thought it would.

Change Log

1.0.2.0 / 2.0.2.0

  • Inclusion of functions Crypto.RijndaelEncryptString() and Crypto.RijndaelDecryptString().

2.0.1.0

  • Plugin ported to AutoPlay Media Studio 8.0.

1.0.1.0

  • Inclusion of the weak algorithms in the full version for compatibility with projects started with the eval version

1.0.0.0

  • Initial release