Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 395 Bytes

README.md

File metadata and controls

13 lines (7 loc) · 395 Bytes

Standard File Python client

To test the correctness you can decrypt your remote data with

python test.py remote --email [email protected] --password xyz 

You can print out the master key with

python test.py remote --email [email protected] --password xyz --show-master-key

and use that to decrypt an encrypted archive with

python test.py local --file filename.json --key 1234567890...