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

Range of password lengths to try during password recovery. More...

#include <Arguments.hpp>

Public Member Functions

auto operator& (const LengthInterval &other) const -> LengthInterval
 Compute the intersection between this interval and the given other interval.
 

Public Attributes

std::size_t minLength {0}
 Smallest password length to try (inclusive)
 
std::size_t maxLength {std::numeric_limits<std::size_t>::max()}
 Greatest password length to try (inclusive)
 

Detailed Description

Range of password lengths to try during password recovery.


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