Decrypt(Byte, Byte, Byte) |
Decrypts a byte array by the Aes algorithm using the provided key and initialization vector.
|
Decrypt(Byte, String, Byte) |
Decrypts a byte array by the Aes algorithm using the provided password and salt.
|
Decrypt(Byte, String, String) |
Decrypts a byte array by the Aes algorithm using the provided password and salt.
Obsolete |
Decrypt(Byte, SymmetricAlgorithm, Byte, Byte) |
Decrypts a byte array by the provided symmetric algorithm, key and initialization vector.
|
Decrypt(Byte, SymmetricAlgorithm, String, Byte) |
Decrypts a byte array by the provided symmetric algorithm, password and salt.
|
Decrypt(Byte, SymmetricAlgorithm, String, String) |
Decrypts a byte array by the provided symmetric algorithm, password and salt.
Obsolete |