update readme

This commit is contained in:
Night Kaly 2024-05-22 11:22:17 +01:00
parent 51b9f5075d
commit 8201e3e151
Signed by: night0721
GPG key ID: 957D67B8DB7A119B

View file

@ -1,11 +1,9 @@
# Vernam CLI Tool # Vernam CLI Tool
Perfect secrecy cipher algorithm with truly random key implemented in C Perfect secrecy cipher algorithm with truly random key implemented in C
# Install # Features
```sh - Support command line arguments to encrypt
$ make - Creation of thousands of key files at one time
```
# Usage # Usage
```sh ```sh
@ -16,9 +14,15 @@ $ vernam -i message_to_tom -k key-1 -o encrypted_to_tom
$ vernam -g <keys_count> $ vernam -g <keys_count>
``` ```
# Features # Dependencies
- Support command line arguments to encrypt None
- Creation of thousands of key files at one time
# Building
You will need to run these with elevated privilages.
```
$ make
# make install
```
# Contributions # Contributions
Contributions are welcomed, feel free to open a pull request. Contributions are welcomed, feel free to open a pull request.