Skip to content

Latest commit

 

History

History
32 lines (24 loc) · 582 Bytes

README.md

File metadata and controls

32 lines (24 loc) · 582 Bytes

Overview

This is an implementation of the Run-length encoding (RLE) loss less data compression technique. Find more infermation on RLE here

Dependencies

Inorder to install RLE you will need a

  1. C compiler (gcc recommended)
  2. make

Installation

Quick Overview Of Installing RLE

Linux

Run the following commands

$ git clone ...
$ cd RLE
$ sudo make install

Usage

Use the following command to encrypt a file

RLE {filename} e

Use the following command to decrypt a file

RLE {filename} d