![]() |
Unknown hash - 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: Unknown hash (/thread-11677.html) |
Unknown hash - 4MxCa - 11-01-2023 I have a john hash file. The signature $gpg$*0*1099991*. How can I crack it with hashcat if the cat doesnt know this format? The original file was encrypted with a symmetric key. Algorithm aes256.cfb John shows segmentation fault Failing at address: 0x2c Opencl device: Platform #0 name: Clover, version: OpenCL 1.1 Mesa 23.2.1-arch1.2 RE: Unknown hash - v71221 - 11-01-2023 Hope these helps https://miloserdov.org/?p=1254 https://hashcat.net/forum/thread-4317.html RE: Unknown hash - 4MxCa - 11-03-2023 It helps but not too much) It seems like that hash can be cracked only by john. But the opencl implementation under arch has many bugs. Which utility is used to create hashes from gpg specially for hashcat? RE: Unknown hash - v71221 - 11-03-2023 quote from https://miloserdov.org/?p=5426 To extract hashes, use the tools that come with John the Ripper hash generation tools for John the Ripper tend to add extra data like the filename. For this reason, the generated hashes usually need to be slightly modified to be accepted by Hashcat Hashcat ver6.2.6 supports hash-type 17010 GPG (AES-128/AES-256 (SHA-1($pass))) Please see here https://hashcat.net/wiki/doku.php?id=example_hashes or hashcat -m 17010 --example-hashes hashcat --hash-type 17010 --example-hashes it seems, hashcat beta supports other gpg hash-type https://hashcat.net/beta/ Hashcat is being developed and tested on Ubuntu https://hashcat.net/forum/thread-8704-post-46265.html#pid46265 https://hashcat.net/forum/thread-6661-post-40381.html#pid40381 Try Ubuntu. In my experience, I got the right answer to my first question on this forum after two months. https://hashcat.net/forum/thread-10548.html Don't give up. RE: Unknown hash - ftzippo76755 - 02-15-2024 (11-03-2023, 02:28 PM)v71221 Wrote: quote from Yes. Very useful and complete information for me |