From 8201e3e151e4d6343769117318c42ee7dcd18162 Mon Sep 17 00:00:00 2001 From: night0721 Date: Wed, 22 May 2024 11:22:17 +0100 Subject: [PATCH] update readme --- README.md | 20 ++++++++++++-------- 1 file changed, 12 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 6302d4e..49150da 100644 --- a/README.md +++ b/README.md @@ -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 ``` -# 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.