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

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

Unzips a compressed encrypted string

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

Syntax


public static string UnZip(
	string copressedText,
	string pw
)

Parameters

copressedText
Type: String
the string to decompress and decipher
pw
Type: String
the password to use

Return Value

the decompressed string or the same string if failed