Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date: Thu, 6 Jul 2017 20:26:16 +0800
From: noir maru <noirmaru@...il.com>
To: john-users@...ts.openwall.com
Subject: gpg2john working for symmetric encryption?

hi,

i have a file i created with tar -cz export| gpg -c -o export.tgz.gpg

i run gpg2john export.tgz.gpg > export.hash

at this point gpg2john complains that MDC is missing. export.hash is
created and that starts with $gpg$*0.......

and then i run john with ./john --wordlist wordlist.lst export.hash

there are some errors which i have included below and no password is found,
though the known password is in the wordlist.

is gpg2john not working with this kind of symmetric file encryption?

is there anything that works?

thanks



john errors:

Warning: only loading hashes of type "tripcode", but also saw type "pix-md5"

Use the "--format=pix-md5" option to force loading hashes of that type
instead

Warning: only loading hashes of type "tripcode", but also saw type
"descrypt"

Use the "--format=descrypt" option to force loading hashes of that type
instead

Warning: only loading hashes of type "tripcode", but also saw type
"descrypt-opencl"

Use the "--format=descrypt-opencl" option to force loading hashes of that
type instead

Warning: only loading hashes of type "tripcode", but also saw type "gpg"

Use the "--format=gpg" option to force loading hashes of that type instead

Using default input encoding: UTF-8

Loaded 12 password hashes with no different salts (tripcode [DES 256/256
AVX2-16])

Will run 8 OpenMP threads

Press 'q' or Ctrl-C to abort, almost any other key for status

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.