Decrypt(String, Byte, Byte, Encoding) | Decrypts an encrypted base64 string data by the Aes algorithm using the provided key and initialization vector. |
Decrypt(String, String, Byte, Encoding) | Decrypts an encrypted base64 string data by the Aes algorithm using the provided password and salt. |
Decrypt(String, SymmetricAlgorithm, Byte, Byte, Encoding) | Decrypts an encrypted base64 string data by the provided symmetric algorithm, key and initialization vector. |
Decrypt(String, SymmetricAlgorithm, String, Byte, Encoding) | Decrypts an encrypted base64 string data by the provided symmetric algorithm, password and salt. |