Click or drag to resize
CryptDecryptFromBase64 Method
Decrypt 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 DecryptFromBase64(
	string cipherText,
	string keySeed,
	string salt
)

Parameters

cipherText
Type: SystemString
String to decrypt
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