Encrypts a string into bytes using DES encryption with a Passkey.
public static Byte[] EncryptBytes(string DecryptString, string EncryptionKey)
Parameters
DecryptString
EncryptionKey
Overloads:
See also:
Class Encryption© West Wind Technologies, 1996-2016 • Updated: 12/12/15
Comment or report problem with topic