WALTER | Workable Algorithms for Location-aware Transmission, Encryption Response

CryptoStringExtensions..::..Decrypt Method (String, String)

returns a string from cipher text

Namespace:  System
Assembly:  Walter.Cypher (in Walter.Cypher.dll)

Syntax


[NotNullAttribute]
public static string Decrypt(
	this string text,
	string password
)

Parameters

text
Type: String
cipher text to decrypt
password
Type: String
Password needed for decrypting

Return Value

UTF 8 text or null if null was provided