Skip to content

Releases: kimci86/bkcrack

Release v1.7.0

26 May 12:50
Compare
Choose a tag to compare
  • Option to remove password protection (-D)
  • Modernized and auto-formatted source code
  • Added more automated tests
  • Updated CI workflow

Release v1.6.1

22 Jan 21:43
Compare
Choose a tag to compare
  • Minor bugfixes related to password recovery
  • Added basic automated tests
  • Option to show version information (--version)

Release v1.6.0

02 Jan 11:59
Compare
Choose a tag to compare

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

07 Jul 17:55
Compare
Choose a tag to compare
  • 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

19 May 12:53
Compare
Choose a tag to compare
  • 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

06 Mar 18:29
Compare
Choose a tag to compare
  • Enable UTF-8 command line arguments on Windows
  • Add support for Info-ZIP unicode path extra field

Release v1.3.4

01 Jan 22:20
Compare
Choose a tag to compare

Show progress less often from a dedicated thread

Release v1.3.3

08 Nov 23:28
Compare
Choose a tag to compare

Fix a bug in Data constructor reported by @cxzstuff

Release v1.3.2

31 Oct 10:40
Compare
Choose a tag to compare
  • Python script to deflate data by @magnumripper in #45
  • Loading plaintext from a file (-p parameter) is no longer mandatory.
    It can be given on the command line (-x parameter).
  • Some code refactoring and cleaning up

Release v1.3.1

16 Aug 19:39
Compare
Choose a tag to compare

Return 1 on failure (failed attack or password recovery) to enable easier scripting.