Skip to content

v1.0.0

Latest
Compare
Choose a tag to compare
@pablocorbalann pablocorbalann released this 18 Dec 20:19
· 12 commits to main since this release
0055bde

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