DecryptRijndael

Public Function DecryptRijndael(ByVal Key As String, ByVal Base64string As String, Optional ByVal BinaryMessage As Boolean = False) As String

Decrypts an encrypted message with a binary key using the Rijndael mechanism. Returns the original string.

See also: