{"id":50745606,"url":"https://github.com/roshhellwett/projectegnima","last_synced_at":"2026-06-10T20:30:47.831Z","repository":{"id":323618957,"uuid":"1094009427","full_name":"roshhellwett/projectegnima","owner":"roshhellwett","description":"ᴀ ꜱʟᴇᴇᴋ ᴀɴᴅ ᴍᴏᴅᴜʟᴀʀ ᴄ/ᴄ++ ᴘʀᴏᴊᴇᴄᴛ ᴀɴᴅ ᴇxᴘᴇʀɪᴍᴇɴᴛᴀᴛɪᴏɴ","archived":false,"fork":false,"pushed_at":"2026-04-20T05:01:15.000Z","size":100,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-04-20T07:08:25.606Z","etag":null,"topics":["projectegnima","zenithopensourceprojects"],"latest_commit_sha":null,"homepage":"https://zenithopensourceprojects.vercel.app","language":"C++","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/roshhellwett.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":"security.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-11-11T06:07:14.000Z","updated_at":"2026-04-20T05:04:24.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/roshhellwett/projectegnima","commit_stats":null,"previous_names":["roshhellwett/egnima","roshhellwett/projectegnima"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/roshhellwett/projectegnima","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/roshhellwett%2Fprojectegnima","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/roshhellwett%2Fprojectegnima/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/roshhellwett%2Fprojectegnima/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/roshhellwett%2Fprojectegnima/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/roshhellwett","download_url":"https://codeload.github.com/roshhellwett/projectegnima/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/roshhellwett%2Fprojectegnima/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34170162,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-10T02:00:07.152Z","response_time":89,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["projectegnima","zenithopensourceprojects"],"created_at":"2026-06-10T20:30:46.779Z","updated_at":"2026-06-10T20:30:47.814Z","avatar_url":"https://github.com/roshhellwett.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"![Repo Size](https://img.shields.io/github/repo-size/roshhellwett/projectegnima?style=for-the-badge)\n![Stars](https://img.shields.io/github/stars/roshhellwett/projectegnima?style=for-the-badge)\n![Forks](https://img.shields.io/github/forks/roshhellwett/projectegnima?style=for-the-badge)\n![Issues](https://img.shields.io/github/issues/roshhellwett/projectegnima?style=for-the-badge)\n![C/C++](https://img.shields.io/badge/Language-C%2FC%2B%2B-00599C?style=for-the-badge\u0026logo=c%2B%2B)\n\n# PROJECT EGNIMA\n\nEgnima is a sleek, modular command-line utility written in C/C++ for encoding and decoding text messages. It utilizes a custom XOR cipher paired with alphanumeric keys, providing a lightweight, interactive sandbox for exploring system-level cryptography, data formatting, and modular programming.\n\n---\n\n## ✨ Key Features\n\n### 🔐 Cryptography \u0026 Encoding\n* **XOR Cipher Engine:** Secures messages using an efficient XOR bitwise operation tied to user-defined alphanumeric keys.\n* **Hexadecimal Formatting:** Safely exports and imports encrypted data in a cleanly formatted, space-separated hexadecimal string (e.g., `09 07 0F 0F 0D`), preventing terminal control character errors.\n* **Dynamic Byte Tracking:** Built-in debug readouts actively track and verify message byte lengths during both transmission (sender) and reception (receiver).\n\n## ⚡ Core Functionality\n* **Interactive Terminal UI:** Features an intuitive, continuous menu-driven interface allowing users to encrypt or decrypt multiple messages without restarting the application.\n* **Modular Architecture:** Cleanly separated logic with dedicated `encrypt` (Sender) and `decrypt` (Receiver) header and source files for high maintainability.\n* **Modern Build System:** Fully supported by a modern CMake build configuration targeting the C++17 standard for seamless cross-platform compilation.\n\n## 🛠️ Prerequisites\n\nTo build and run Project Egnima, you will need:\n* **CMake:** Version 3.27 or higher.\n* **C++ Compiler:** C++17 compatible compiler (GCC, Clang, or MSVC).\n* **Terminal:** Any standard command-line interface.\n\n## 🚀 Build Instructions\n\nProject Egnima uses CMake for cross-platform compilation. Follow these steps to build from source:\n\n1. **Clone the repository:**\n```bash\n   git clone [https://github.com/roshhellwett/projectegnima.git](https://github.com/roshhellwett/projectegnima.git)\n   cd projectegnima\n   run the .exe\n```\n\n---\n\n## 📂 Project Structure\n```\nprojectegnima/\n├── .github/workflows/\n│   └── cmake-multi-platform.yml  # CI/CD build configuration\n├── CMakeLists.txt                # CMake C++17 build configuration\n├── main.cpp                      # Application entry point \u0026 interactive UI loop\n├── encrypt.h / encrypt.cpp       # Sender module: XOR encryption and Hex formatting\n├── decrypt.h / decrypt.cpp       # Receiver module: Hex parsing and XOR decryption\n├── projectenigma.exe             # Pre-compiled Windows executable\n├── license                       # Open source license documentation\n├── security.md                   # Security and vulnerability details\n└── readme.md                     # Project documentation\n```\n\n---\n\n© 2026 [Zenith Open Source Projects](https://zenithopensourceprojects.vercel.app/). All Rights Reserved. Zenith is a Open Source Project Idea's by @roshhellwett\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Froshhellwett%2Fprojectegnima","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Froshhellwett%2Fprojectegnima","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Froshhellwett%2Fprojectegnima/lists"}