This is an implementation of the Run-length encoding (RLE) loss less data compression technique. Find more infermation on RLE here
Inorder to install RLE you will need a
- C compiler (gcc recommended)
- make
Quick Overview Of Installing RLE
Run the following commands
$ git clone ...
$ cd RLE
$ sudo make install
Use the following command to encrypt a file
RLE {filename} e
Use the following command to decrypt a file
RLE {filename} d