Skip to content

Solizardking/PiedPiper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Solana Integration

The web hub and interactive modules include wallet connection, live Solana RPC status, and wallet-signed Memo proofs. The shared integration lives in shared/solana-integration.js and defaults to devnet.

encrypted-chat/index.html adds a browser-only encrypted room chat that derives AES-128-GCM keys from a room name and shared secret, then writes ciphertext envelopes to the Solana Memo program.

See SOLANA_INTEGRATION.md for the page map, supported clusters, proof behavior, and security notes.

Universal Computer Runtime

GameOfLife/index.html is the Solana-backed universal-computer surface. The Conway automaton runs in the browser, while shared/solana-integration.js records wallet-signed Solana Memo proofs for selected generations. The companion notes live in UNIVERSAL_COMPUTER.md.

Native components are buildable locally:

npm test
make -C PP_HASH test
make -C PP_SSH

The browser demos are static pages. npm test verifies local HTML references and CDN dependency pins; npm start serves the hub on port 4173 for localhost-only browser APIs such as Web Crypto.

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

Forest_Fire Simulation

  1. Varul Srivastava

Multi Agent Collision Avoidance

  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

Releases

Packages

Used by

Contributors

Languages