Contents - Index - Previous - Next


DecryptHeaderByte method

 

Applies to

TVCLUnZip component

 

Declaration

function DecryptHeaderByte(Passwrd: string; dh: DecryptHeaderType): BYTE;

 

Description

This function is used in conjunction with the DecryptHeader property to determine if a password matches the password key of a file.  This function is only needed if doing low level work with passwords and encrypted zip files. 

 

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

 

See Also: 

 

DecryptHeader 

GetDecryptHeaderByteByPtr 

GetDecryptHeaderPtr