add example to readme

This commit is contained in:
Night Kaly 2024-01-25 21:05:56 +00:00
parent 7dc9bb44e8
commit 8fb9185261
No known key found for this signature in database
GPG key ID: 8E829D3381CFEBBE

View file

@ -10,6 +10,10 @@ $ make
# Usage
```sh
$ ./vernam
# To encrypt/decrypt
$ vernam -i message_to_tom -k key-1 -o encrypted_to_tom
# To generate key
$ vernam -g <keys_count>
```
# Features