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

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

Compress given string and a cipher used

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

Syntax


public static string Zip(
	string clearText,
	string pw
)

Parameters

clearText
Type: String
string to compress
pw
Type: String
password user in the cypher

Return Value