13 lines
235 B
Markdown
13 lines
235 B
Markdown
# secure-editor-rs
|
|
|
|
Secure Editor Rust edition
|
|
|
|
|
|
Command line:
|
|
```shell
|
|
secure-editor-rs <file-name> <algorithm> <key-hex> <nonce-hex>
|
|
```
|
|
|
|
> `<algorithm>` is always `aes-256-gcm`<br>
|
|
> Exit `0` when success, otherwise return none `0`
|