vernam/README.md

24 lines
497 B
Markdown
Raw Normal View History

2024-01-25 22:03:22 +01:00
# Vernam CLI Tool
Perfect secrecy cipher algorithm with truly random key implemented in C
# Install
```sh
$ make
```
# Usage
```sh
$ ./vernam
```
# Features
- Support command line arguments to encrypt
- Creation of thousands of key files at one time
# Contributions
Contributions are welcomed, feel free to open a pull request.
# License
This project is licensed under the GNU Public License v3.0. See [LICENSE](https://github.com/night0721/vernam/blob/master/LICENSE) for more information.