mirror of
https://github.com/logos-messaging/logos-messaging-nim-compose.git
synced 2026-01-03 14:33:12 +00:00
7 lines
204 B
Markdown
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
|
||
|
|
```
|