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

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

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]
public static string AsDecryptFromBytes(
	this byte[] cypherBytes
)

Parameters

cypherBytes
Type: array<Byte>[]()[][]
cypherBytes text to decrypt

Return Value

clear text

Remarks


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