bkcrack 1.7.1
Crack legacy zip encryption with Biham and Kocher's known plaintext attack.
|
This is the complete list of members for Zip, including all inherited members.
begin() const -> Iterator | Zip | inline |
changeKeys(std::ostream &os, const Keys &oldKeys, const Keys &newKeys, Progress &progress) const | Zip | |
checkEncryption(const Entry &entry, Encryption expected) | Zip | static |
Compression enum name | Zip | |
decrypt(std::ostream &os, const Keys &keys, Progress &progress) const | Zip | |
Encryption enum name | Zip | |
end() const -> Iterator | Zip | inline |
load(const Entry &entry, std::size_t count=std::numeric_limits< std::size_t >::max()) const -> std::vector< std::uint8_t > | Zip | |
operator[](const std::string &name) const -> Entry | Zip | |
operator[](std::size_t index) const -> Entry | Zip | |
seek(const Entry &entry) const -> std::istream & | Zip | |
Zip(std::istream &stream) | Zip | explicit |
Zip(const std::string &filename) | Zip | explicit |