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...