CryptoDecrypt(String, String, CryptoCryptoTypes) Method

decrypts a string acc. to decryption type and user defined password key

Definition

Namespace: KLib.Crypto
Assembly: KLib.Utilities (in KLib.Utilities.dll) Version: 1.0.0.0 (1.0.0.0)
C#
public string Decrypt(
	string inputText,
	string password,
	CryptoCryptoTypes cryptoType
)

Parameters

inputText  String
string to decrypt
password  String
password key used to decrypt
cryptoType  CryptoCryptoTypes
type of decryption

Return Value

String
a decrypted string

See Also