john-the-ripper-jumbo
Password cracker
John the Ripper is a fast password cracker. Its primary purpose is to detect weak Unix passwords. Besides several crypt
password hash types most commonly found on various Unix systems, supported out of the box are Windows LM hashes, plus lots of other hashes and ciphers. This is the community-enhanced, "jumbo" version of John the Ripper.
- Versions: 1.9.0-1
- Website: http://www.openwall.com/john/
- Licenses: GPL 2+
- Package source: gnu/packages/password-utils.scm
- Builds: See build status
- Issues: See known issues
Installation
Install the latest version of john-the-ripper-jumbo
as follows:
guix install john-the-ripper-jumbo
Or install a particular version:
guix install john-the-ripper-jumbo@1.9.0-1
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.
Badge code
You can use the following badge to inform users of john-the-ripper-jumbo about the latest version available in Guix.
Example HTML:
<a href='https://packages.guix.gnu.org/packages/john-the-ripper-jumbo'><img src='https://packages.guix.gnu.org/packages/john-the-ripper-jumbo/badges/latest-version.svg' alt='Version in GNU Guix'></a>
Example Markdown:
[](https://packages.guix.gnu.org/packages/john-the-ripper-jumbo)
Example Org:
[[https://packages.guix.gnu.org/packages/john-the-ripper-jumbo][https://packages.guix.gnu.org/packages/john-the-ripper-jumbo/badges/latest-version.svg]]