Encryption.EncryptBytes
Encrypts a string into bytes using DES encryption with a Passkey.
public static byte[] EncryptBytes(byte[] inputBytes, string encryptionKey)
Parameters
inputBytes
encryptionKey
Encrypts a string into bytes using DES encryption with a Passkey.
public static byte[] EncryptBytes(byte[] inputBytes, string encryptionKey)
inputBytes
encryptionKey