Please note, this is a STATIC archive of website hashcat.net from 08 Oct 2020, cach3.com does not collect or store any user information, there is no "phishing" involved.

hashcat Forum

Full Version: How to use dictionary input but first convert to sha256
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi,

I would like to know how to use passphased sha256 as dictionary input.

So i have a txt files with passphrases which need to be converted to sha256sum, this output is then used in hashcat.

I could convert the whole txt file to sha256 first but I want to use the rule files as well..

Any ideas?
what the fuck did i just read?

edit: try
Code:
xargs -I_ sh -c 'echo -n "_" | sha256sum' <<(cat wordlist) | cut -d\  -f1