Issue with RAR3-hp hash type
#1
I am trying to crack the hash of a rar file but I keep getting line exception error. I obtained the hash using the rar2john tool and pasted it into the command line. I am running hashcat version v3.30.

The command that I used can be found below:
hashcat64 -a 0 -w 3 -m 12500 -o output.txt "$RAR3$*1*hashhere" wordlist.txt

Thanks for any advice given!
#2
This type of rar archives are currently not supported (see https://hashcat.net/wiki/doku.php?id=example_hashes , the supported type is RAR-hp aka rar files with header encryption).

$RAR3$*1* means that the file list/header was not encrypted.

See the discussion here: https://github.com/hashcat/hashcat/issue...-205139568
#3
I am guessing from the github link that the developers are still working on implementing the feature. Is there a way to open this with the developers? Thanks for the reply!