bkcrack 1.7.1
Crack legacy zip encryption with Biham and Kocher's known plaintext attack.
Zip::Entry Struct Reference

Information about a zip entry. More...

#include <Zip.hpp>

Public Attributes

std::string name
 File name.
 
Encryption encryption
 Encryption method.
 
Compression compression
 Compression method.
 
std::uint32_t crc32
 CRC-32 checksum.
 
std::uint64_t offset
 Offset of local file header.
 
std::uint64_t packedSize
 Packed data size.
 
std::uint64_t uncompressedSize
 Uncompressed data size.
 
std::uint8_t checkByte
 Last byte of the encryption header after decryption.
 

Detailed Description

Information about a zip entry.

Member Data Documentation

◆ compression

Compression Zip::Entry::compression

Compression method.

Note
It may take a value not listed in Compression

The documentation for this struct was generated from the following file: