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