Skip to content

Commit

Permalink
Release v1.5.0
Browse files Browse the repository at this point in the history
- 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
  • Loading branch information
kimci86 committed Jul 7, 2022
1 parent 9c0727d commit 128337a
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.4.0
VERSION 1.5.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

1 comment on commit 128337a

@ilie25
Copy link

@ilie25 ilie25 commented on 128337a Dec 30, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Greetings and congratulations for the work done. Can you help me unzip a zip file? I tried your bkcrack method but I can't install it because I'm not very good at it. Please help me and I will leave my email address here for an answer: dany.gps.2012@gmail.com
Thanks in advance. https://drive.google.com/file/d/122c4NkZFaMEkKCbrLZp4tCy4YXqi55-t/view?usp=share_link

Please sign in to comment.