1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43
|
Source: ophcrack
Section: admin
Priority: optional
Maintainer: Debian Security Tools <team+pkg-security@tracker.debian.org>
Uploaders: Daniel Echeverry <epsilon77@gmail.com>,
Julián Moreno Patiño <julian@debian.org>
Build-Depends: debhelper (>= 11),
libexpat-dev,
libqt5charts5-dev,
libssl-dev,
pkg-config,
qt5-qmake
Standards-Version: 4.1.3
Homepage: http://ophcrack.sourceforge.net/
Vcs-Git: https://salsa.debian.org/pkg-security-team/ophcrack.git
Vcs-Browser: https://salsa.debian.org/pkg-security-team/ophcrack
Package: ophcrack
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: Microsoft Windows password cracker using rainbow tables (gui)
Ophcrack is a Windows password cracker based on a time-memory trade-off
using rainbow tables. This is a new variant of Hellman's original trade-off,
with better performance. It recovers 99.9% of alphanumeric passwords in
seconds.
.
It works for Windows NT/2000/XP/Vista/7.
.
This package contains ophcrack with QT4 based graphical UI.
Please note that it can be used in command line as well.
Package: ophcrack-cli
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: Microsoft Windows password cracker using rainbow tables (cmdline)
Ophcrack is a Windows password cracker based on a time-memory trade-off
using rainbow tables. This is a new variant of Hellman's original trade-off,
with better performance. It recovers 99.9% of alphanumeric passwords in
seconds.
.
It works for Windows NT/2000/XP/Vista/7.
.
This package contains ophcrack with command line interface only.
|