update readme
This commit is contained in:
parent
51b9f5075d
commit
8201e3e151
1 changed files with 12 additions and 8 deletions
20
README.md
20
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 <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.
|
||||
|
|
Loading…
Reference in a new issue