Encrypts a string into bytes using DES encryption with a Passkey.
public static Byte[] EncryptBytes(string inputString, string encryptionKey)
Parameters
inputString
encryptionKey
Overloads:
public static Byte[] EncryptBytes(Byte[] inputBytes, string encryptionKey)
public static Byte[] EncryptBytes(Byte[] inputBytes, SecureString encryptionKey)
public static Byte[] EncryptBytes(Byte[] inputBytes, Byte[] encryptionKey, CipherMode cipherMode)
See also:
Class Encryption© West Wind Technologies, 1996-2024 • Updated: 06/29/24
Comment or report problem with topic