Contents - Index - Previous - Next


DecryptHeader property

 

Applies to

TVCLUnZip component

 

Declaration

property DecryptHeader[Index]: Integer: DecryptHeaderType;

 

Description

The DecryptHeader property will return the 12 byte decryption header for an encrypted file in an archive.  This is only useful for applications that wish to test the password for encrypted files in a more low level way.  Normally VCLZip will handle all of this for you internally.  

 

If you are developing in BCB you should use the GetDecryptHeaderPtr method instead.  

 

See Also:  

 

Crc 

Password 

DecryptHeaderByte 

GetDecryptHeaderByteByPtr 

GetDecryptHeaderPtr 

 

Run-time only

Read-only