Update 'README.md'

This commit is contained in:
2024-08-19 22:04:36 +08:00
parent 6627231efa
commit ae23f87757

View File

@@ -1,3 +1,11 @@
# secure-editor-rs
Secure Editor Rust edition
Secure Editor Rust edition
Command line:
```shell
secure-editor-rs <file-name> <algorithm> <key-hex> <nonce-hex>
```
> <algorithm> is always `aes-256-gcm`