Decrypt
Previous  Next

Decrypts an array of bytes and returns the decrypted data as an array.
The PassPhrase string must be the same as the PassPhrase used when encrypting the data.
Syntax: Decrypt (PassPhrase As String, Data As Byte() ) As Byte()