{"id":23297377,"url":"https://github.com/sandeep-shaw10/cshb-model","last_synced_at":"2025-04-06T19:53:54.400Z","repository":{"id":156398913,"uuid":"567706888","full_name":"sandeep-shaw10/cshb-model","owner":"sandeep-shaw10","description":"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","archived":false,"fork":false,"pushed_at":"2023-04-26T14:54:46.000Z","size":52177,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-13T01:53:13.445Z","etag":null,"topics":["aes-512","blockchain","cryptography","cshb","cshb-model","end-to-end-encryption","hybrid-blockchain","steganography"],"latest_commit_sha":null,"homepage":"https://sandeep-shaw10.github.io/samvada/cshb","language":"Jupyter Notebook","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sandeep-shaw10.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-11-18T11:42:04.000Z","updated_at":"2023-04-26T05:21:30.000Z","dependencies_parsed_at":null,"dependency_job_id":"f9982439-623c-4538-b39b-40edec0cc539","html_url":"https://github.com/sandeep-shaw10/cshb-model","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sandeep-shaw10%2Fcshb-model","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sandeep-shaw10%2Fcshb-model/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sandeep-shaw10%2Fcshb-model/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sandeep-shaw10%2Fcshb-model/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sandeep-shaw10","download_url":"https://codeload.github.com/sandeep-shaw10/cshb-model/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247543609,"owners_count":20955865,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["aes-512","blockchain","cryptography","cshb","cshb-model","end-to-end-encryption","hybrid-blockchain","steganography"],"created_at":"2024-12-20T07:17:27.414Z","updated_at":"2025-04-06T19:53:54.379Z","avatar_url":"https://github.com/sandeep-shaw10.png","language":"Jupyter Notebook","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Crypto-Steganography Hybrid Blockchain Model\n\n[![Saṁvāda App](https://img.shields.io/badge/Saṁvāda-visit-cyan)](https://sandeep-shaw10.github.io/samvada/)\n[![CSHB Model](https://img.shields.io/badge/CSHB%20Model-visit-fbbd23)](https://sandeep-shaw10.github.io/samvada/cshb)\n\n## Languages\n\n![python](https://img.shields.io/badge/Python-FFD43B?style=for-the-badge\u0026logo=python\u0026logoColor=blue)\n![jupyter](https://img.shields.io/badge/Jupyter-F37626.svg?\u0026style=for-the-badge\u0026logo=Jupyter\u0026logoColor=white)\n![numpy](https://img.shields.io/badge/Numpy-777BB4?style=for-the-badge\u0026logo=numpy\u0026logoColor=white)\n![ts](https://img.shields.io/badge/TypeScript-007ACC?style=for-the-badge\u0026logo=typescript\u0026logoColor=white)\n![tsx](https://img.shields.io/badge/React-20232A?style=for-the-badge\u0026logo=react\u0026logoColor=61DAFB)\n![tailwind css](https://img.shields.io/badge/Tailwind_CSS-38B2AC?style=for-the-badge\u0026logo=tailwind-css\u0026logoColor=white)\n![firebase](https://img.shields.io/badge/firebase-ffca28?style=for-the-badge\u0026logo=firebase\u0026logoColor=black)\n![gh-pages](https://img.shields.io/badge/GitHub%20Pages-222222?style=for-the-badge\u0026logo=GitHub%20Pages\u0026logoColor=white)\n\n\n## Project Report\n\n| Review | Date | PDF | Slides | Document |\n| --- | --- | --- | --- | --- |\n| 1 | 5 May, 2022 | [Report I](./project/report-1.pdf) | [Slide I](./project/slide-1.pptx) | --- |\n| 2 | 29 November, 2022 | [Report II](./project/report-2.pdf) | [Slide II](./project/slide-2.pptx) | [Doc II](./project/report-2.docx) |\n| 3 | 25 April, 2023 | [Final Report](./project/final.pdf) | [Final Slide](./project/final.pptx) | [Final Docx](./project/final.docx) |\n\n## AES Algorithms (128/192/256/512)\n[![AES](https://github.com/sandeep-shaw10/py-aes/raw/master/resources/banner.png)](https://github.com/sandeep-shaw10/py-aes)\n\n## Analysis\n\n| Name | Link |\n| --- | --- |\n| Key Schedule Timing | [View](./analysis/AES1-KeySchedule.ipynb) |\n| Key Schedule Variation | [View](./analysis/AES2-KeyVariation.ipynb) |\n| Encryption \u0026 Decrytion | [View](./analysis/AES3-EncryptTime.ipynb) |\n\n## AES Basics\n\n[![View](http://img.youtube.com/vi/K6gEFhsh34c/0.jpg)](https://youtu.be/K6gEFhsh34c)\n\n## Set-Up\n\nClone Project\n```bash\ngit clone https://github.com/sandeep-shaw10/cshb-model.git\n```\n\nCreate Virtual Environment\n```bash\npython -m venv venv-cshb\n```\n\nActivate Virtual Environment\n```bash\nsource venv-cshb/Scripts/activate\n```\n\nInstall Dependency\n```bash\npip install -r requirements.txt\n```\n\nRun Jupyter Notebook\n```bash\njupyter notebook\n```\n\n# Team Members\n- [Sandeep Shaw](https://github.com/sandeep-shaw10)\n- [Arijit Mukherjee](https://github.com/arijit01gcect)\n- [Surajit Bera](https://github.com/surajit53)\n- [Akash Kumar Sen](https://github.com/Akash-Kumar-Sen)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsandeep-shaw10%2Fcshb-model","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsandeep-shaw10%2Fcshb-model","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsandeep-shaw10%2Fcshb-model/lists"}