03-18-2021, 03:56 PM
(This post was last modified: 03-18-2021, 04:54 PM by Anne1246.
Edit Reason: add a step
)
I'm a beginner with coding so please excuse my ignorance. I'm trying to crack an axcrypt encrypted file using axcrypt2john.py, and I managed to get a hash which I'm not sure is correct yet, when I run it in hashcat using the code: hashcat -m 13200 -a 3 -2 ?1?d - - increment - w 3 hash.txt ?2?2?2?2?2?2?2?2
I initially get the message: Unstable OpenCL driver detected
This OpenCL driver has been marked as likely to fail kernal compilation or to produce false negatives. You can use --force to override this, but do not report related errors.
No devices found/left.
When I use --force along with the previous command, it gives: Hashfile 'hash.txt' on line 1 (hash) : Signature unmatched no hashes loaded.
Can I ever crack this thing?
Edit: I've read the following thread on the same issue: https://hashcat.net/forum/thread-9291.html
I tried the example hashes for axcrypt as advised on that thread and it gives the same error. I also wonder how could it load when there's nothing encrypted with that hash? Surely I'm missing something lol.
I initially get the message: Unstable OpenCL driver detected
This OpenCL driver has been marked as likely to fail kernal compilation or to produce false negatives. You can use --force to override this, but do not report related errors.
No devices found/left.
When I use --force along with the previous command, it gives: Hashfile 'hash.txt' on line 1 (hash) : Signature unmatched no hashes loaded.
Can I ever crack this thing?
Edit: I've read the following thread on the same issue: https://hashcat.net/forum/thread-9291.html
I tried the example hashes for axcrypt as advised on that thread and it gives the same error. I also wonder how could it load when there's nothing encrypted with that hash? Surely I'm missing something lol.