Encryption.DecryptString

Decrypts a string using DES encryption and a pass key that was used for encryption.

public static string DecryptString(string DecryptString,
	string EncryptionKey)

Return Value

String

Parameters

DecryptString

EncryptionKey


See also:

Class wwEncrypt

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