2025-04-07 12:42:14 +02:00

7 lines
204 B
Markdown

## Usage
To validate/decrypt your keystore credential,
- update `keystore.json` with your own credentials/keystore
- run:
```sh
python3 ./decrypt.py --password YOUR_PASSWORD_HERE --file keystore.json
```