CryptoDecrypt(String, String, CryptoCryptoTypes) Method
decrypts a string acc. to decryption type and user defined password key
Namespace: KLib.CryptoAssembly: KLib.Utilities (in KLib.Utilities.dll) Version: 1.0.0.0 (1.0.0.0)
public string Decrypt(
string inputText,
string password,
CryptoCryptoTypes cryptoType
)
- inputText String
- string to decrypt
- password String
- password key used to decrypt
- cryptoType CryptoCryptoTypes
- type of decryption
Stringa decrypted string