01-20-2021, 12:04 AM
Hello,
I am trying to recover an iMac account login password but I keep getting a Token Length Exception. I've already obtained the hash file but can't tell which characters are the salt (This password is for an iMac that has Mac OSX 10.6.8 btw). I don't even know if there's a salt at all. A short description of the file: the hash is surrounded by 0's. I've tried running the following commands with no luck:
I am trying to recover an iMac account login password but I keep getting a Token Length Exception. I've already obtained the hash file but can't tell which characters are the salt (This password is for an iMac that has Mac OSX 10.6.8 btw). I don't even know if there's a salt at all. A short description of the file: the hash is surrounded by 0's. I've tried running the following commands with no luck:
- hashcat -m100 -a3 filetocrack.txt (Excluded the salt, which I think is 8 zeroes)
- hashcat -m110 -a3 filetocrack.txt (Included the salt, I tried writing it like this for all commands -> hashalt & salt:hash)
- hashcat -m120 -a3 filetocrack.txt
- hashcat -m130 -a3 filetocrack.txt