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

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

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,
	EncryptionScope scope
)

Parameters

cypherBytes
Type: array<Byte>[]()[][]
cypherBytes text to decrypt
scope
Type: Walter.Cypher..::..EncryptionScope
the scope the data is accessible from

Return Value

clear text

Remarks


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