Skip to content

Gavinok/RL_Encoding

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

An implementation of Run-length encoding in C

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages