bkcrack 1.7.1
Crack legacy zip encryption with Biham and Kocher's known plaintext attack.
Keys Member List

This is the complete list of members for Keys, including all inherited members.

getK() const -> std::uint8_tKeysinline
getX() const -> std::uint32_tKeysinline
getY() const -> std::uint32_tKeysinline
getZ() const -> std::uint32_tKeysinline
Keys()=defaultKeys
Keys(std::uint32_t x, std::uint32_t y, std::uint32_t z)Keys
Keys(const std::string &password)Keysexplicit
operator<<(std::ostream &os, const Keys &keys) -> std::ostream &Keysrelated
update(std::uint8_t p)Keysinline
update(const std::vector< std::uint8_t > &ciphertext, std::size_t current, std::size_t target)Keys
updateBackward(std::uint8_t c)Keysinline
updateBackward(const std::vector< std::uint8_t > &ciphertext, std::size_t current, std::size_t target)Keys
updateBackwardPlaintext(std::uint8_t p)Keysinline