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

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

Cypher text using a password and a specified security level

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

Syntax


[NotNullAttribute]
public static string Decipher(
	byte[] cypherBytes,
	string password,
	CipherMethod method
)

Parameters

cypherBytes
Type: array<Byte>[]()[][]
The bytes to decipher
password
Type: String
the password to use wen encrypting
method
Type: Walter.Cypher..::..CipherMethod
the level of complexity in the encryption

Return Value

byre array of the cyphered clear text