The pseudocode goes something like this:
- Instantiate the aaEncryption object, feeding it an optional random string as a seed value.
- Call the .EncryptString function to take a string and create an encrypted version of it
- Call the .DecryptToString to take the encrypted value and decrypt it.