Skip to content

Releases: kimci86/bkcrack

Release v1.8.1

Choose a tag to compare

@github-actions github-actions released this 25 Oct 15:20
  • Fix a bug that prevented mask-based password recovery to be parallelized when building with MSVC
  • Minor simplifications and documentation updates

Release v1.8.0

Choose a tag to compare

@github-actions github-actions released this 18 Aug 19:25
  • Implement mask-based password recovery
  • Add code coverage report

Release v1.7.1

Choose a tag to compare

@github-actions github-actions released this 21 Dec 17:11
  • Fix typos in readme and resources md files by @jimdiroffii (#123)
  • Minor bugfixes and optimizations related to password recovery

Release v1.7.0

Choose a tag to compare

@github-actions github-actions released this 26 May 12:50
  • Option to remove password protection (-D)
  • Modernized and auto-formatted source code
  • Added more automated tests
  • Updated CI workflow

Release v1.6.1

Choose a tag to compare

@github-actions github-actions released this 22 Jan 21:43
  • Minor bugfixes related to password recovery
  • Added basic automated tests
  • Option to show version information (--version)

Release v1.6.0

Choose a tag to compare

@github-actions github-actions released this 02 Jan 11:59

Features:

  • Option for minimal password length for password recovery
  • Implement exhaustive password search
  • Continue password search if found password does not use expected character set
  • Options to resume an interrupted attack or password recovery

Packaging:

  • Removed OpenMP dependency, use standard C++ threads instead

Release v1.5.0

Choose a tag to compare

@github-actions github-actions released this 07 Jul 17:55
  • Load ciphertext's check byte (CRC or timestamp) automatically from
    encrypted archive and use as plaintext
  • Ability to change an archive's password to a new password specified
    by its internal representation
  • Option to derive the internal representation of a given password
  • Option to keep the encryption header when writing deciphered data

Release v1.4.0

Choose a tag to compare

@github-actions github-actions released this 19 May 12:53
  • Ability to list entries in a ZIP archive.
  • Ability to specify which ZIP entries to load by index instead of name
    to avoid character encoding issues on the command line.
  • Add long option alternatives (e.g. --help for -h).

Release v1.3.5

Choose a tag to compare

@github-actions github-actions released this 06 Mar 18:29
  • Enable UTF-8 command line arguments on Windows
  • Add support for Info-ZIP unicode path extra field

Release v1.3.4

Choose a tag to compare

@github-actions github-actions released this 01 Jan 22:20

Show progress less often from a dedicated thread