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
- Host: GitHub
- URL: https://github.com/sandeep-shaw10/cshb-model
- Owner: sandeep-shaw10
- License: mit
- Created: 2022-11-18T11:42:04.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-04-26T14:54:46.000Z (about 2 years ago)
- Last Synced: 2025-02-13T01:53:13.445Z (3 months ago)
- Topics: aes-512, blockchain, cryptography, cshb, cshb-model, end-to-end-encryption, hybrid-blockchain, steganography
- Language: Jupyter Notebook
- Homepage: https://sandeep-shaw10.github.io/samvada/cshb
- Size: 49.8 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Crypto-Steganography Hybrid Blockchain Model
[](https://sandeep-shaw10.github.io/samvada/)
[](https://sandeep-shaw10.github.io/samvada/cshb)## Languages







## 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)
[](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
[](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)