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

BytesExtension..::..AsDecryptFromBytes Method (array<Byte>[]()[][], String)

decrypt using a password and protection level that was previously encrypted using extension method AsEncryptedBytes(String)

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

Syntax


[FeatureTagsAttribute]
[NotNullAttribute]
public static string AsDecryptFromBytes(
	this byte[] cypherBytes,
	string password
)

Parameters

cypherBytes
Type: array<Byte>[]()[][]
cypherBytes text to decrypt
password
Type: String
The password to use

Return Value

clear text

Remarks


Please set return value to null when no longer needed to avoid leaking confidential data in garbage collection