Package Details: john-git 1.9.0.Jumbo.1.r1510.g96ca996ff-1

Git Clone URL: https://aur.archlinux.org/john-git.git (read-only, click to copy)
Package Base: john-git
Description: fast password cracker (using the git repository of the jumbo patch)
Upstream URL: http://www.openwall.com/john/
Licenses: GPL2, custom
Conflicts: john
Provides: john
Submitter: Atsutane
Maintainer: david_rysk (Xeonacid)
Last Packager: david_rysk
Votes: 9
Popularity: 0.000000
First Submitted: 2012-11-03 17:25 (UTC)
Last Updated: 2025-01-26 16:00 (UTC)

Dependencies (20)

Required by (8)

Sources (1)

Latest Comments

« First ‹ Previous 1 2 3 4 Next › Last »

yan12125 commented on 2017-04-07 16:32 (UTC)

Hello @CyberShadow, I don't use John the Ripper anymore and I'll disown this. Feel free to update and fix issues.

CyberShadow commented on 2017-04-06 23:42 (UTC)

Config files currently broken, please add "hybrid," to line 72. Also, shouldn't this have opencl-headers in optdepends or makedepends or something? md5crypt-opencl is broken for me with nvidia, but I don't think it's a packaging bug.

yan12125 commented on 2015-10-27 14:26 (UTC)

Added best64.conf but `john --test` still fails in some OpenCL related tests. I'm not familiar with OpenCL so I can't help more.

matse commented on 2015-10-25 20:28 (UTC)

In the PKGBUILD in line 70 "base64" is missing, john complains about missing List.Rules:base64 otherwise, greetings, matse

sanerb commented on 2015-07-30 17:47 (UTC)

(tested against opencl-nvidia-beta driver in AUR btw)

sanerb commented on 2015-07-30 17:46 (UTC)

quick and effective: [root@dawid ~]# john --test --format=rar-opencl Will run 8 OpenMP threads Device 0: GeForce GTX 560 Ti Benchmarking: rar-opencl, RAR3 (length 5) [SHA1 OpenCL AES]... (8xOMP) Build log: ptxas info : 0 bytes gmem ptxas info : Compiling entry function 'RarHashLoop' for 'sm_21' ptxas info : Function properties for RarHashLoop ptxas . 3584 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads ptxas info : Used 56 registers, 80 bytes cmem[0], 4 bytes cmem[16] ptxas info : Compiling entry function 'RarInit' for 'sm_21' works great, thank you!

yan12125 commented on 2015-07-30 16:40 (UTC)

Thanks for discovering my error. This should have been fixed. I've tested against intel-opencl-runtime with `john --test --format=rar-opencl`

sanerb commented on 2015-07-29 08:16 (UTC)

looks like OpenCL doesn't work (i haven't tested CUDA): [root@dawid ~]# john --test --format=rar-opencl Will run 8 OpenMP threads Device 0: GeForce GTX 560 Ti Benchmarking: rar-opencl, RAR3 (length 5) [SHA1 OpenCL AES]... (8xOMP) OpenCL error (UNKNOWN OPENCL ERROR) in file (common-opencl.c) at line (1829) - (Source kernel not found!) I've tested with upstream and the test initiates properly, so it doesn't seem to be an upstream bug (tested via ../run/john --test --format=rar-opencl). it's probably just a file missing or something but i for the life of me can't seem to figure out what's missing. I'd imagine the building and packaging could be optimized as well- let me know if you want any help on this (reproducing/testing, second set of eyes, etc.) i'm r00t^2 on freenode.

yan12125 commented on 2015-05-29 17:46 (UTC)

Adopt and upload a working version. I've tested the functions I need on x86_64. There's no guarantee that all other functions work as well. I'll try my best to fix as much as possible.

ANTRat commented on 2014-08-18 23:41 (UTC)

git now uses a ./configure script, the previous `make linux-<arch>` style builds no longer work