An open API service indexing awesome lists of open source software.

https://github.com/sandeep-shaw10/cshb-model

This project aims to develop a secure and efficient model for end-to-end encrypted data transfer between a client and server, with a focus on promoting data integrity via hybrid blockchain
https://github.com/sandeep-shaw10/cshb-model

aes-512 blockchain cryptography cshb cshb-model end-to-end-encryption hybrid-blockchain steganography

Last synced: 23 days ago
JSON representation

This project aims to develop a secure and efficient model for end-to-end encrypted data transfer between a client and server, with a focus on promoting data integrity via hybrid blockchain

Awesome Lists containing this project

README

        

# Crypto-Steganography Hybrid Blockchain Model

[![Saṁvāda App](https://img.shields.io/badge/Saṁvāda-visit-cyan)](https://sandeep-shaw10.github.io/samvada/)
[![CSHB Model](https://img.shields.io/badge/CSHB%20Model-visit-fbbd23)](https://sandeep-shaw10.github.io/samvada/cshb)

## Languages

![python](https://img.shields.io/badge/Python-FFD43B?style=for-the-badge&logo=python&logoColor=blue)
![jupyter](https://img.shields.io/badge/Jupyter-F37626.svg?&style=for-the-badge&logo=Jupyter&logoColor=white)
![numpy](https://img.shields.io/badge/Numpy-777BB4?style=for-the-badge&logo=numpy&logoColor=white)
![ts](https://img.shields.io/badge/TypeScript-007ACC?style=for-the-badge&logo=typescript&logoColor=white)
![tsx](https://img.shields.io/badge/React-20232A?style=for-the-badge&logo=react&logoColor=61DAFB)
![tailwind css](https://img.shields.io/badge/Tailwind_CSS-38B2AC?style=for-the-badge&logo=tailwind-css&logoColor=white)
![firebase](https://img.shields.io/badge/firebase-ffca28?style=for-the-badge&logo=firebase&logoColor=black)
![gh-pages](https://img.shields.io/badge/GitHub%20Pages-222222?style=for-the-badge&logo=GitHub%20Pages&logoColor=white)

## Project Report

| Review | Date | PDF | Slides | Document |
| --- | --- | --- | --- | --- |
| 1 | 5 May, 2022 | [Report I](./project/report-1.pdf) | [Slide I](./project/slide-1.pptx) | --- |
| 2 | 29 November, 2022 | [Report II](./project/report-2.pdf) | [Slide II](./project/slide-2.pptx) | [Doc II](./project/report-2.docx) |
| 3 | 25 April, 2023 | [Final Report](./project/final.pdf) | [Final Slide](./project/final.pptx) | [Final Docx](./project/final.docx) |

## AES Algorithms (128/192/256/512)
[![AES](https://github.com/sandeep-shaw10/py-aes/raw/master/resources/banner.png)](https://github.com/sandeep-shaw10/py-aes)

## Analysis

| Name | Link |
| --- | --- |
| Key Schedule Timing | [View](./analysis/AES1-KeySchedule.ipynb) |
| Key Schedule Variation | [View](./analysis/AES2-KeyVariation.ipynb) |
| Encryption & Decrytion | [View](./analysis/AES3-EncryptTime.ipynb) |

## AES Basics

[![View](http://img.youtube.com/vi/K6gEFhsh34c/0.jpg)](https://youtu.be/K6gEFhsh34c)

## Set-Up

Clone Project
```bash
git clone https://github.com/sandeep-shaw10/cshb-model.git
```

Create Virtual Environment
```bash
python -m venv venv-cshb
```

Activate Virtual Environment
```bash
source venv-cshb/Scripts/activate
```

Install Dependency
```bash
pip install -r requirements.txt
```

Run Jupyter Notebook
```bash
jupyter notebook
```

# Team Members
- [Sandeep Shaw](https://github.com/sandeep-shaw10)
- [Arijit Mukherjee](https://github.com/arijit01gcect)
- [Surajit Bera](https://github.com/surajit53)
- [Akash Kumar Sen](https://github.com/Akash-Kumar-Sen)