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

Crypto..::..Cipher Method (String, EncryptionScope, CipherMethod)

Ciphers the specified clear text in a platform independent way.

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

Syntax


[ObfuscationAttribute]
public static byte[] Cipher(
	string clearText,
	EncryptionScope scope,
	CipherMethod method
)

Parameters

clearText
Type: String
The clear text.
scope
Type: Walter.Cypher..::..EncryptionScope
The scope the data is encrypted to.
method
Type: Walter.Cypher..::..CipherMethod
The method.

Return Value

System.Byte[].