IsECLStringEncrypted
Indicates if the specified string is encrypted by ECLCompressAndEncryptString function.
Unit
EasyCompression
function IsECLStringEncrypted(Str: String): Boolean;
Description
Call IsECLStringEncrypted.to know if the specified string is encrypted by ECLCompressAndEncryptString function, i.e. password protected.
This function returns True if the string is encrypted.
|