Encryption.EncryptString

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

public static string EncryptString(string InputString,
	string EncryptionKey)

Parameters

InputString

EncryptionKey


See also:

Class Encryption

© West Wind Technologies, 1996-2016 • Updated: 12/12/15
Comment or report problem with topic