macOS
brew install bkcracklocal Homebrew formula metadata
brew / rank 4119
Crack legacy zip encryption with Biham and Kocher's known plaintext attack. Version 1.8.1 via Homebrew; verified from local package data. Also installable with nix: nix profile install nixpkgs#bkcrack.
install
brew install bkcracklocal Homebrew formula metadata
nix profile install nixpkgs#bkcracknixpkgs package indexes · pkgs/by-name/bk/bkcrack/package.nix · source: api.github.com
sudo zypper install bkcrackopenSUSE Tumbleweed package metadata · bkcrack · source: download.opensuse.org
overview
Crack legacy zip encryption with Biham and Kocher's known plaintext attack
history
bkcrack is a command-line cryptanalysis tool for legacy ZIP encryption, specifically the traditional PKWARE/ZipCrypto scheme. Its package-manager identity is narrow and practical: a small utility installed when a user needs a known-plaintext attack workflow against old encrypted ZIP archives.
The project was published on GitHub in 2016 and describes itself as an implementation of Eli Biham and Paul C. Kocher's known-plaintext attack on the PKZIP stream cipher. Its documentation explains the ZipCrypto keystream model and frames bkcrack as a way to recover internal keys, remove or change archive passwords, and attempt password recovery.
bkcrack grew from a specialist security tool into a packaged CLI available through Homebrew, Nix, openSUSE/zypper, and upstream GitHub release artifacts for Ubuntu, macOS, and Windows. That distribution pattern reflects a tool useful enough for repeatable incident-response and recovery workflows but still niche compared with general password crackers.
Typical use starts with a ciphertext entry and 12 or more bytes of known plaintext, often supplied from another ZIP entry or file. Users run bkcrack to recover the ZipCrypto internal state, then decrypt data, create an unencrypted copy of the archive, change the password, or search for the original password from recovered keys.
Package nerds care about bkcrack because it packages a classic academic break of legacy ZIP encryption into a reproducible CLI with cross-platform binaries. It is a reminder that 'ZIP password support' in archive tools historically meant weak ZipCrypto unless AES or another modern scheme was explicitly used.
security posture
broad file, network, media, or database tool signal.
blue risk · medium confidence · tool
Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.
executables
| Command | Kind | Exposure | Note |
|---|---|---|---|
bkcrack | executable | indexed executable | Discovered from the local executable index. |
freshness
These signals separate page generation age, package-manager activity, and upstream release comparison. Version lag is warned only when an evidence URL and comparable versions are present.
install metadata
| Package key | brew:bkcrack |
|---|---|
| Version | 1.8.1 |
| Package manager | Homebrew |
| Homepage | https://github.com/kimci86/bkcrack |
| Repository | https://github.com/kimci86/bkcrack |
| Bottle | not recorded |
| Service | none declared |
source database matches
Matches are pulled from external package-manager indexes and kept separate from local Automic Vault package links.
bkcrack
nix profile install nixpkgs#bkcrackbkcrack 1.8.1-1.5
Crack legacy zip encryption with Biham and Kocher's known plaintext attack
https://github.com/kimci86/bkcrack/
sudo zypper install bkcracksource trail
This page is generated by av-web from the private package SQLite artifact built by scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.