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,
- Navigate to the directory containing the file setup.py
- 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...
Comment