CryptoEncrypt(String, CryptoCryptoTypes) Method

Encrypt string acc. to cryptoType

Definition

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

Parameters

inputText  String
text to encrypt
cryptoType  CryptoCryptoTypes
type of encryption

Return Value

String
an encrypted string

See Also