AESFusion
From FusionWiki
| AESFusion | |
|---|---|
| General Information | |
| Author: | Jamie McLaughlin |
| Release Date: | 2010 |
| Status: | Stable |
| Last updated: | Unknown |
| Version: | ? |
| Build: | 248 |
| Developer-only: | No |
| Website: | Not available |
| Download: | Direct |
| Runtime Versions | |
| HWA: | Yes |
| Flash: | Yes |
| Java: | Yes |
| Java Mobile: | No |
| Vitalize!: | No |
| Unicode: | No |
The AESFusion is an extension for Multimedia Fusion 2 written by Jamie McLaughlin. It is used to encrypt and decrypt strings for various purposes.
Contents |
Actions
- Set Key - Sets the encryption key that strings will be encrypted and decrypted with. It must be exactly 16 characters long.
Conditions
- On Error - Triggers when an error occured.
Expressions
- Error$ - Gets the error description as a string. Usually used with On Error.
- Encrypt$(string) - Encrypts the string within the brackets using the specified Key.
- Decrypt$(string) - Decrypts the string within the brackets using the specified Key.
Usage
AESFusion is used to encrypt data to hide them from other people. For example, it could be used to create secure chat programs, where the application would encrypt a message before sending it, and decrypting in when its received on the other end.
Basic usage of the AESFusion Object, to encrypt a string:
| 1 |
