Skip to content

vv01f/decrypt-peach-file-backup

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

You may need to retrieve information from the file backup to use your existing account with the Peach API

This implementation (in Python3) of the original tool (in NodeJS) extends the functionality by:

  • exporting the PGP keys and
  • encryption of changes to settings
  • control the salt used for encryption
  • a GUI alongside the CLI script

For running the Graphical User Interface, start: ./unlocker.py

For the main use case on the command line, run: ./unlocker_cli.py -d <filename> -p <password>

For more information on options, run: ./unlocker_cli.py --help

Dependencies

You may get the script running with common dependency management tools and the provided myproject.toml.

On NixOS or with the Nix package manager simply run: nix-shell

About

Decrypt Peach Bitcoin JSON backup file

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • Python 94.4%
  • Nix 5.6%