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

Crypto..::..Decipher Method (array<Byte>[]()[][], EncryptionScope, CipherMethod)

Cypher text using a password and a specified security level

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

Syntax


public static string Decipher(
	byte[] cypherBytes,
	EncryptionScope scope,
	CipherMethod method
)

Parameters

cypherBytes
Type: array<Byte>[]()[][]
The bytes to decipher
scope
Type: Walter.Cypher..::..EncryptionScope
the scope the data was encrypted to
method
Type: Walter.Cypher..::..CipherMethod
the level of complexity in the encryption

Return Value

byre array of the cyphered clear text