{"id":26451071,"url":"https://github.com/parth1899/two-level-cipher-algorithm","last_synced_at":"2025-03-18T16:31:35.954Z","repository":{"id":217898212,"uuid":"745070561","full_name":"parth1899/Two-Level-Cipher-Algorithm","owner":"parth1899","description":"Two-level encryption example in C++ using a substitution cipher and binary tree traversal. A simple project demonstrating basic cryptographic techniques.","archived":false,"fork":false,"pushed_at":"2025-02-28T18:22:33.000Z","size":10,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-28T22:32:08.743Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/parth1899.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2024-01-18T15:31:55.000Z","updated_at":"2025-02-28T18:22:37.000Z","dependencies_parsed_at":"2024-01-18T18:44:11.416Z","dependency_job_id":"926fca92-1ab0-4979-8a4a-a845b82f0ca1","html_url":"https://github.com/parth1899/Two-Level-Cipher-Algorithm","commit_stats":null,"previous_names":["parth1899/encryption-algorithm-project","parth1899/two-level-cipher-algorithm"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/parth1899%2FTwo-Level-Cipher-Algorithm","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/parth1899%2FTwo-Level-Cipher-Algorithm/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/parth1899%2FTwo-Level-Cipher-Algorithm/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/parth1899%2FTwo-Level-Cipher-Algorithm/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/parth1899","download_url":"https://codeload.github.com/parth1899/Two-Level-Cipher-Algorithm/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244259962,"owners_count":20424648,"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":[],"created_at":"2025-03-18T16:31:35.300Z","updated_at":"2025-03-18T16:31:35.949Z","avatar_url":"https://github.com/parth1899.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Two-Level Cipher Algorithm\n\n## Overview\nThis is a simple demonstration of a two-level encryption algorithm. This project combines a traditional substitution cipher with a binary tree traversal method to add an extra layer of security. The first encryption level uses a substitution cipher, while the second leverages a binary tree structure to obscure the data further.\n\n**Two-Level Encryption:**  \n- *Substitution Cipher:* The first level replaces characters based on a predefined scheme.  \n- *Binary Tree Traversal:* The second level uses binary tree structures to further scramble the encrypted data.\n\n\n## Project Structure\n- **main.cpp:** Entry point for the application.\n- **Cipher.cpp / Cipher.h:** Implementation of the substitution cipher used for the first encryption level.\n- **BinaryTree.cpp / BinaryTree.h:** Implementation of the binary tree data structure used in the second encryption level.\n- **execute.cmd:** Script to run the project on Windows.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fparth1899%2Ftwo-level-cipher-algorithm","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fparth1899%2Ftwo-level-cipher-algorithm","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fparth1899%2Ftwo-level-cipher-algorithm/lists"}