Skip to content

Commit 128337a

Browse files
committed
Release v1.5.0
- 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
1 parent 9c0727d commit 128337a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.16)
22

33
# project definition
44
project(bkcrack
5-
VERSION 1.4.0
5+
VERSION 1.5.0
66
DESCRIPTION "Crack legacy zip encryption with Biham and Kocher's known plaintext attack."
77
HOMEPAGE_URL "https://github.com/kimci86/bkcrack"
88
LANGUAGES CXX)

0 commit comments

Comments
 (0)