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

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

Cypher text using a hashing algorithm and a password

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

Syntax


public static string Cipher(
	string clearText,
	string salt
)

Parameters

clearText
Type: String
the text to cypher
salt
Type: String
the password salt to use

Return Value

base 64 encoded text

Exceptions


ExceptionCondition
ArgumentNullExceptionIf any of the parameters is not provided