ECLDecompressAndDecryptString
Decompresses and/or decrypts a string.
Unit
EasyCompression
function ECLDecompressAndDecryptString(InStr: String; out OutStr: String; Password: String = ''): Boolean;
Description
Call ECLDecompressAndDecryptString to decompress and/or decrypt data from the source string to the specified destination string.
This function returns True if the decompression and/or decryption completed without errors or False if any error occurred.
InStr represents the compressed and/or encrypted source string.
OutStr contains the final decompressed and/or decrypted string.
If Password is not blank, it is used to decrypt the data.
|