CryptoEncrypt(String, String, CryptoCryptoTypes) Method
Encrypt string acc. to cryptoType and with user defined password
Namespace: KLib.CryptoAssembly: KLib.Utilities (in KLib.Utilities.dll) Version: 1.0.0.0 (1.0.0.0)
public string Encrypt(
string inputText,
string password,
CryptoCryptoTypes cryptoType
)
- inputText String
- text to encrypt
- password String
- password to use when encrypting
- cryptoType CryptoCryptoTypes
- type of encryption
Stringan encrypted string