Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date: Mon, 2 May 2022 18:39:11 +0200
From: Prosciuttocraft Bella <frionessw2@...il.com>
To: john-users@...ts.openwall.com
Subject: formatting a salted SHA-256 hash

So i was using john to crack this password hash:
$SHA$cb62f38e01edfd97$36306c5d0ca620319bef125fe5439c8f827b0039c5696562533dd61c1762a004

but when i try to run the command: john --wordlist=wordlist.txt hash.txt it
says: No password hashes loaded (see FAQ)

i already read the faq but it didn't help so im asking here why it is not
working

i think that the password is encrypted like this but im not sure:

"$SHA$" + salt + "$" + sha256(sha256(password) + salt);

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.