Mac Keychain 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: Mac Keychain hash (/thread-10129.html) |
Mac Keychain hash - M0h - 05-25-2021 Hello all. I need help to get my old mac Keychain Hash, or show up the hash? because I forget the password and there are some passwords inside the keychain I need them. really I need help with it so hard! --- I'm using windows and a new MacBook, if I can show the hash with mac or windows please tell me. Thanks RE: Mac Keychain hash - Banaanhangwagen - 05-26-2021 The password of a keychain is by default the user-login password. You can try to crack it with -m 23100. Be aware that you need to add --keep-guessing, since there will be probably false positives. Use this script to extract the hash out of the keychain: https://github.com/openwall/john/blob/bleeding-jumbo/run/keychain2john.py |