Encrl - 1.0.0
The 1.0.0
release is the alpha official release for the Encrl program. For more information check the README.md
file
News of this version from 0.1.1
- Encrypt and decrypt functions
Use of this version
You can compile the source code or use the encrl
executable from this version. Then run:
./encrl -r reading-file -w writing-file
Where:
reading-file
is the relative path to the file Encrl reads and encrypts.writing-file
is the relative path tto the file Encrl writes.
This version includes the following options:
name | obligatory | description |
---|---|---|
-r <file> |
yes | The reading file route for Encrl |
-w <file> |
yes | The writing file route for Encrl |
-c <cipher> |
no | The cipher to use. See more |
-d |
no | Add this flag if you want to decrypt the file |