/PiedPiper

A Data Compression and Data Encryption Organization

Primary LanguageCMIT LicenseMIT

PiedPiper

A Data Compression and Data Encryption Organization

Logo

About

This is a project extension for the Algorithms course by team Pied Piper. It's main aim is :

  1. Exploring the various concepts and implementing bottom up , various compression and encryption Algorithms.
  2. Explore concepts of Cellular Automaton and implement self-designed encryption engine using elementary cellular Automaton.
  3. Understand concepts like Cellular Automaton Transform, etc. that have huge potential for applications in encryption and lossy data compression.
  4. Implement Image compression algorithms like K-means, JPEG, PBIC.
  5. Implement from scratch data compression and binary file compression algorithms like Huffman and Arithmetic Compression.
  6. Produce analysis papers for the concepts learnt and implemented.

Team Division for Project Topics

Encryption

Cellular Automation based Encryption

  1. Varul Srivastava
  2. Ashwin Mittal

AES Encryption Algorithm

  1. Shivang Gupta
  2. Akshett Rai Jindal

DES Encryption Algorithm

  1. Keshav Bansal
  2. Zishan Kazi

Compression

Data Compression - Huffman

  1. Shivang Gupta
  2. Akshett Rai Jindal
  3. Ashwin Mittal

Data Compression - Arithmetic

  1. Varul Srivastava
  2. Keshav Bansal
  3. Zishan Kazi

Burrow Wheeler's Transform and RLE based Compression

  1. Ashwin Mittal
  2. Varul Srivastava

Image Compression

  1. Ashwin Mittal
  2. Varul Srivastava

Theoretical Analysis

Image Compression

  1. Ashwin Mittal
  2. Varul Srivastava

Principal Component Analysis

  1. Ashwin Mittal

Audio Compression

  1. Zishan Kazi
  2. Keshav Bansal

Video Compression

  1. Shivang Gupta
  2. Akshett Jindal

Cellular Automaton and Universal Computer

  1. Varul Srivastava

Implementation

SSH-Type protocol based on Elementary CA-Encryption

  1. Varul Srivastava

SHA-512 optimized using Cell Automation

  1. Varul Srivastava

Instructions

Start

READ the README
READ the Coding Guidelines
Code
Write name in Contributors.md file

How to update forked repository

Do this once:

git remote add upstream https://github.com/vs666/PiedPiper.git
git remote -v

Do this always:

git fetch upstream  
git pull upstream master