Click or drag to resize
CryptEncryptToBase64 Method
Encrypt a string by Rijndael's algorithm

Namespace: ToolBoox
Assembly: ToolBoox (in ToolBoox.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax
public static string EncryptToBase64(
	string clearText,
	string keySeed,
	string salt
)

Parameters

clearText
Type: SystemString
String to crypt
keySeed
Type: SystemString
Seed value to use (must be unique)
salt
Type: SystemString
Salt value to use (must be at least 8 bytes)

Return Value

Type: String
Decrypted string; String.Empty on error
See Also