Skip to content

Commit

Permalink
Release v1.6.0
Browse files Browse the repository at this point in the history
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
  • Loading branch information
kimci86 committed Jan 2, 2024
1 parent c0f04ab commit 3e773f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.16)

# project definition
project(bkcrack
VERSION 1.5.0
VERSION 1.6.0
DESCRIPTION "Crack legacy zip encryption with Biham and Kocher's known plaintext attack."
HOMEPAGE_URL "https://github.com/kimci86/bkcrack"
LANGUAGES CXX)
Expand Down

0 comments on commit 3e773f3

Please sign in to comment.