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

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

Unzips a compressed encrypted string

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

Syntax


public static string UnZip(
	string copressedText,
	X509Certificate2 certificate
)

Parameters

copressedText
Type: String
the string to decompress and decipher
certificate
Type: X509Certificate2
the private key to use to decipher

Return Value

the decompressed string or the same string if failed