Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 438 Bytes

File metadata and controls

12 lines (7 loc) · 438 Bytes

aaEncryption

aaEncryption

The pseudocode goes something like this:

  1. Instantiate the aaEncryption object, feeding it an optional random string as a seed value.
  2. Call the .EncryptString function to take a string and create an encrypted version of it
  3. Call the .DecryptToString to take the encrypted value and decrypt it.