This commit is contained in:
2026-03-05 16:54:07 +02:00
commit 609946a5f7
5 changed files with 42 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
## generate key via genkey
```sh
./genkey.sh miko089
```
you can change `miko089` to any nickname as you want
## encrypt
take public key of another people and
```sh
./encrypt.sh <key_path> <msg_path>
```
## decrypt
take your private key and
```sh
./decrypt.sh <key_path> <msg_encoded>
```