Decrypts a Byte array from DES with an Encryption Key.
public static Byte[] DecryptBytes(Byte[] DecryptBuffer, string EncryptionKey)
Parameters
DecryptBuffer
EncryptionKey
Overloads:
See also:
Class Encryption© West Wind Technologies, 1996-2016 • Updated: 12/12/15
Comment or report problem with topic