bkcrack 1.7.1
Crack legacy zip encryption with Biham and Kocher's known plaintext attack.
|
This is the complete list of members for Keys, including all inherited members.
getK() const -> std::uint8_t | Keys | inline |
getX() const -> std::uint32_t | Keys | inline |
getY() const -> std::uint32_t | Keys | inline |
getZ() const -> std::uint32_t | Keys | inline |
Keys()=default | Keys | |
Keys(std::uint32_t x, std::uint32_t y, std::uint32_t z) | Keys | |
Keys(const std::string &password) | Keys | explicit |
operator<<(std::ostream &os, const Keys &keys) -> std::ostream & | Keys | related |
update(std::uint8_t p) | Keys | inline |
update(const std::vector< std::uint8_t > &ciphertext, std::size_t current, std::size_t target) | Keys | |
updateBackward(std::uint8_t c) | Keys | inline |
updateBackward(const std::vector< std::uint8_t > &ciphertext, std::size_t current, std::size_t target) | Keys | |
updateBackwardPlaintext(std::uint8_t p) | Keys | inline |