Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
RCmerci committed Aug 2, 2024
1 parent 25d269f commit 07494dd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions decrypt-cli/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

# How to use
```
> ../target/release/decrypt-cli -h
> <path-to-rsapi-repo>/target/release/decrypt-cli -h
Usage: decrypt-cli [OPTIONS] --pwd <password> --dir <PATH>
Options:
Expand All @@ -14,7 +14,7 @@ Options:
```

```
> ../target/release/decrypt-cli --pwd <graph-password> --dir <path-to-encrypted-graph-dir>
> <path-to-rsapi-repo>/target/release/decrypt-cli --pwd <graph-password> --dir <path-to-encrypted-graph-dir>
keys.edn: Keys { encrypted_secret_key: "-----BEGIN AGE ENCRYPTED FILE-----\nYWdlLWVuY3J5cHRpb24ub3JnL3YxCi0+IHNjcnlwdCBaRmJkNmZzUGtlbnE0S04v\nMzhCaXBBIDIwCkw0K3hZRm95cU9kdktwMTZQSGNOL3J0VTBsaWx0U2JCQTl1UFM0\nWlR4cDAKLS0tIHdaWkZ1M3kxa1BnSDRHK0JIZkRMcDMxS3RwSmhhczFRbGVWV3pV\nUHRKeXcK7qCa3dYt76DU2yeXGujkN1mMIoDIBl4XhVf2Q8x1UnftPuXMqP8Y9+2D\n21l1sd1iW6SdsNavtwFQXIqFUOuR/d0ztPx3Zkv8/rflpDPxkwweIX5FBAxx+r4A\nxNfNY1Rz5lRjgLRURR8vFA==\n-----END AGE ENCRYPTED FILE-----\n", _public_key: "age1gf0ez92csj597krdv05sgu7ge63j69lyt0d9m3tq55y96l5cyvrqcm6ysd" }
secret key: AGE-SECRET-KEY-1HZVUHUUAPJEFAT46W67WC5QQHVDXQCD7UVRHJSR0DS2P3NEFJ4VSKVNTAG
dst dir: "./decrypted"
Expand Down

0 comments on commit 07494dd

Please sign in to comment.