Ophcrack is a free password cracker based on rainbow tables. It
is a very efficient implementation of rainbow tables done by the
inventors of the method.
ok ajacoutot@
This module brings to Python programs the capability of evaluating password
strength. To achieve this noble aim it uses the well known cracklib toolkit,
hence the name.
ok ajacoutot@, thanks!
This package is an updated/modernized distribution of CrackLib as
previously release by Alec Muffett. Pretty much all of the files have
been modified in some way to allow for this modernization and to
apply numerous bug fixes and patches.
ok ajacoutot@, thanks!
A simple password-based encryption utility as a demonstration of
the scrypt key derivation function, greatly increasing the cost of
a brute force attack compared to openssl enc.
feedback and liaison with author from Predrag Punosevac, thanks!
can recover keys once enough data packets have been captured.
It implements the standard FMS attack along with some optimizations
like KoreK attacks, thus making the attack much faster compared to
other WEP cracking tools. In fact, aircrack is a set of tools for
auditing wireless networks.
From Benoit Lecocq.
Note: aireplay-ng can cause kernel panics (as reported by David
Coppa), so this isn't yet connected to the build. But having it in
the tree may get some more people testing driver patches.
prodded by and ok fgsch@
"sounds like a plan" ckuethe@
Gtk+2, slightly derived from gnome-ssh-askpass provided in openssh-portable
tarball. Features fullscreen dialog and translucent background.
ok ajacoutot@
libltdl no longer needs be used, so switch back to the usual one and add
the dependency on ports-tree libltdl.
prompted by a diff from Mikolaj Kucharski, ok with mbalmer (maintainer).
Fcrackzip is a free, fast and featureful ZIP password cracker, written in
portable C (and optional x86 assembly). It allows the user to recover
forgotten ZIP archive passwords, using either a brute force or
dictionary attack on the provided files.
from maintainer Jung, with a few adjustments by myself.