CryptoPressStream:
Delphi / C++Builder Streaming Compression Library
with Strong Encryption


TCPSManager.CompressString
TCPSManager
Top 

Compresses and/or encrypts string.

Delphi syntax:
function CompressString(Source: String): String;

C++ syntax:
AnsiString __fastcall CompressString(AnsiString Source);

Description
CompressString compresses and/or encrypts string. You can decompress string by calling DecompressString.
CompressString returns string that contains zero bytes. You can use StringToFormat to convert this string to a string without zero bytes (null terminated string).
Compression settings are specified by CompressionAlgorithm and CompressionMode properties.
Encryption settings are specified by CryptoParams property.
Source - source string.




© AidAim Software CryptoPressStream: Streaming Compression Library Delphi Compression Strong Encryption Library Compression Strea