Encryption.EncryptString

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

public static string EncryptString(string inputString,
	SecureString encryptionKey,
	bool useBinHex)

Parameters

inputString

encryptionKey

useBinHex

Overloads:


See also:

Class Encryption

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