Announcement

Collapse
No announcement yet.

Decrypt Keychain file

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Decrypt Keychain file

    Hi,

    Sorry if this is posted in the wrong section.

    I need to decrypt a .keychain file. The methods listed on github (https://github.com/n0fate/chainbreaker) unfortunately dont seem to work. Im getting stuck on the first bit,
    1. Navigate to the directory containing the file setup.py
    2. Enter the command (from terminal): $ python setup.py bdist_wheel -d dist. This creates a wheel file (extension: .whl) in the /dist folder.
    qashifmasud@Qashifs-MacBook-Pro chainbreaker-master % python setup.py bdist_wheel -d dist
    zsh: command not found: python

    qashifmasud@Qashifs-MacBook-Pro chainbreaker-master % which python3
    /usr/bin/python3

    Im running Monterey which l think has deprecated python 2 so l tried the other method for python3, https://github.com/rixvet/chainbreak...ster/README.md

    This method im getting, even though its meant to be written for python3

    zsh: ./chainbreaker.py: bad interpreter: /usr/bin/python: no such file or directory


    Im abit clueless on this stuff so help would be appreciated, thank you!
Working...