Last hashcat 6 format out ?! - Printable Version +- hashcat Forum (https://hashcat.net/forum) +-- Forum: Support (https://hashcat.net/forum/forum-3.html) +--- Forum: hashcat (https://hashcat.net/forum/forum-45.html) +--- Thread: Last hashcat 6 format out ?! (/thread-9378.html) |
Last hashcat 6 format out ?! - pulanding - 07-11-2020 Hello! Im check out format from wiki and find this: - [ Outfile Formats ] - # | Format ===+======== 1 | hash[alt] 2 | plain 3 | hex_plain 4 | crack_pos 5 | timestamp absolute 6 | timestamp relative But how set "hash:plain" ?)) if I decrypt more than 1 hash at a time, then how can I determine which password the hash belongs to? RE: Last hashcat 6 format out ?! - philsmd - 07-11-2020 1. it's impossible to decrypt a hash. If something is not encrypted, you can't really decrypt it (https://www.techsolvency.com/passwords/dehashing-reversing-decrypting/) 2. the default output format is hash:plain therefore you do NOT need to change anything 3. it's explained in the --help output how --outfile-format works: Code: --outfile-format | Str | Outfile format to use, separated with commas | --outfile-format=1,3 |