bkcrack 1.7.1
Crack legacy zip encryption with Biham and Kocher's known plaintext attack.
|
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. | |
Information about a zip entry.
Compression Zip::Entry::compression |
Compression method.