Encryption.EncryptString

Encrypts a string using Triple DES encryption with a two way encryption key.String is returned as Base64 or BinHex encoded value rather than binary.

public static string EncryptString(string inputString,
	Byte[] encryptionKey,
	bool useBinHex)

Parameters

inputString

encryptionKey

useBinHex
if true returns bin hex rather than base64

Overloads:


See also:

Class Encryption

© West Wind Technologies, 1996-2020 • Updated: 07/15/20
Comment or report problem with topic