Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [day] [month] [year] [list]
Date: Tue, 17 Nov 2015 23:04:50 +0100
From: Dhiru Kholia <dhiru.kholia@...il.com>
To: "john-users@...ts.openwall.com" <john-users@...ts.openwall.com>
Subject: Cracking PGP symmetrically encrypted files with JtR

Hi,

I have added support for cracking PGP symmetrically encrypted files to
JtR jumbo.

https://github.com/magnumripper/JohnTheRipper/

Usage
-----

1. Run gpg2john on PGP symmetrically encrypted files (.gpg / .asc).

2. Run john on the output of gpg2john.

Example
-------

$ ../run/gpg2john test-password.asc > hash  # https://id0-rsa.pub/problem/1/

$ ../run/john hash -w=all
Using default input encoding: UTF-8
Loaded 1 password hash (gpg, OpenPGP / GnuPG Secret Key [32/64])
Will run 4 OpenMP threads
Press 'q' or Ctrl-C to abort, almost any other key for status
password         (?)
...

-- 
Dhiru

Powered by blists - more mailing lists

Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.