Decrypts a Byte array from DES with an Encryption Key.
public static Byte[] DecryptBytes(Byte[] decryptBuffer, SecureString encryptionKey)
Parameters
decryptBuffer
encryptionKey
Overloads:
public static Byte[] DecryptBytes(Byte[] decryptBuffer, string encryptionKey)
public static Byte[] DecryptBytes(Byte[] decryptBuffer, Byte[] encryptionKey, CipherMode cipherMode)
public static Byte[] DecryptBytes(string decryptString, string encryptionKey, bool useBinHex)
public static Byte[] DecryptBytes(string decryptString, SecureString encryptionKey, bool useBinHex)
See also:
Class Encryption© West Wind Technologies, 1996-2024 • Updated: 06/29/24
Comment or report problem with topic