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

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

Cypher text using a password and a specified security level

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

Syntax


public static byte[] Cipher(
	string clearText,
	string password,
	CipherMethod method
)

Parameters

clearText
Type: String
The text to cypher
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