Install this version:
emerge -a =app-crypt/ophcrack-3.8.0
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =app-crypt/ophcrack-3.8.0
Or alternatively:
emerge --autounmask-write -a =app-crypt/ophcrack-3.8.0
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit autotools xdg
DESCRIPTION="A time-memory-trade-off-cracker"
HOMEPAGE="https://ophcrack.sourceforge.io/"
SRC_URI="https://downloads.sourceforge.net/project/${PN}/${PN}/${PV}/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="+tables"
DEPEND="
dev-libs/expat
dev-libs/openssl:=
net-libs/netwib"
RDEPEND="${DEPEND}
tables? ( app-crypt/ophcrack-tables )"
BDEPEND="
app-arch/unzip
virtual/pkgconfig"
PATCHES=( "${FILESDIR}"/${P}-buildsystem.patch )
src_prepare() {
default
eautoreconf
}
src_configure() {
econf --disable-gui # bug 960797
}
Manage flags for this package:
euse -i <flag> -p app-crypt/ophcrack |
euse -E <flag> -p app-crypt/ophcrack |
euse -D <flag> -p app-crypt/ophcrack
dev-libs/expat dev-libs/openssl:= net-libs/netwib
dev-libs/expat dev-libs/openssl:= net-libs/netwib tables? ( app-crypt/ophcrack-tables )
app-arch/unzip virtual/pkgconfig
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | ophcrack-3.8.0.tar.bz2 | 293033 bytes | https://downloads.sourceforge.net/project/ophcrack/ophcrack/3.8.0/ophcrack-3.8.0.tar.bz2 |