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
|
# 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.
|
||||||
|
|
Loading…
Reference in a new issue