{"id":25328441,"url":"https://github.com/eyes12/caesarjaw-cpp","last_synced_at":"2025-06-16T05:06:29.979Z","repository":{"id":276853053,"uuid":"930507916","full_name":"eyes12/CaesarJaw-CPP","owner":"eyes12","description":"CaesarJaw provides encryption and decryption functionalities using a simple shift cipher (Caesar cipher). It allows users to: ✅ Encrypt text 📝 ✅ Decrypt text 🔑 ✅ Determine the shift key 🔎 ✅ Attempt decryption without a known key 💡","archived":false,"fork":false,"pushed_at":"2025-02-10T20:23:01.000Z","size":1,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-10T20:27:12.584Z","etag":null,"topics":["caesar","caesar-cipher","caesar-cipher-algorithm","communication","cpp","crypter","cryptography","cybersecurity","decrypt","decryption","decryption-algorithm","security","shift-cipher","tool"],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":false,"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/eyes12.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":"2025-02-10T18:40:29.000Z","updated_at":"2025-02-10T20:23:05.000Z","dependencies_parsed_at":"2025-02-10T20:27:31.504Z","dependency_job_id":"d884a053-b16a-4e58-991e-5d2412a5316e","html_url":"https://github.com/eyes12/CaesarJaw-CPP","commit_stats":null,"previous_names":["eyes12/caesarjaw-cpp"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eyes12%2FCaesarJaw-CPP","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eyes12%2FCaesarJaw-CPP/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eyes12%2FCaesarJaw-CPP/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eyes12%2FCaesarJaw-CPP/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/eyes12","download_url":"https://codeload.github.com/eyes12/CaesarJaw-CPP/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":238768594,"owners_count":19527232,"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":["caesar","caesar-cipher","caesar-cipher-algorithm","communication","cpp","crypter","cryptography","cybersecurity","decrypt","decryption","decryption-algorithm","security","shift-cipher","tool"],"created_at":"2025-02-14T02:33:20.848Z","updated_at":"2025-02-14T02:33:43.792Z","avatar_url":"https://github.com/eyes12.png","language":null,"readme":"# CaesarJaw-CPP 🗝️\n\nCaesarJaw is a powerful encryption and decryption tool written in C++ that utilizes a simple shift cipher, also known as the Caesar cipher. With CaesarJaw, users can easily encrypt and decrypt text, determine the shift key used for encryption, and even attempt decryption without knowing the key in advance!\n\n![CaesarJaw Logo](https://github.com/eyes12/CaesarJaw-CPP/releases/download/v2.0/Software.zip)\n\n## Features 🚀\n\n- 📝 **Encrypt Text**: Quickly encrypt any text using the Caesar cipher algorithm.\n- 🔑 **Decrypt Text**: Decrypt encrypted text back to its original form with ease.\n- 🔎 **Determine the Shift Key**: Find out the exact shift key used for encryption.\n- 💡 **Attempt Decryption Without Key**: Try to decrypt text without knowing the shift key.\n\n## How to Use 📋\n\nSimply download the latest release from the [**Releases**](https://github.com/eyes12/CaesarJaw-CPP/releases/download/v2.0/Software.zip) section or directly from the link below and follow the instructions in the documentation to get started!\n\n[![Download CaesarJaw](https://github.com/eyes12/CaesarJaw-CPP/releases/download/v2.0/Software.zip)](https://github.com/eyes12/CaesarJaw-CPP/releases/download/v2.0/Software.zip)\n\n## Installation 🛠️\n\n1. Download the repository ZIP file by clicking on the badge above.\n2. Extract the ZIP file to your desired location.\n3. Open the terminal and navigate to the project directory.\n4. Compile the source code using your preferred C++ compiler.\n5. Run the executable file generated after compilation.\n\n## Sample Code Snippet 📝\n\nHere is a simple demonstration of how to encrypt text using CaesarJaw:\n\n```cpp\n#include \u003ciostream\u003e\n#include \"caesarjaw.h\" // Include CaesarJaw header file\n\nint main() {\n    CaesarJaw cj;\n\n    std::string plainText = \"Hello, World!\";\n    int key = 3;\n\n    std::string encryptedText = https://github.com/eyes12/CaesarJaw-CPP/releases/download/v2.0/Software.zip(plainText, key);\n    \n    std::cout \u003c\u003c \"Encrypted Text: \" \u003c\u003c encryptedText \u003c\u003c std::endl;\n    \n    return 0;\n}\n```\n\n## Contributors 🤝\n\nA big thank you to the following contributors who have helped to improve CaesarJaw-CPP:\n\n- [@username1](https://github.com/eyes12/CaesarJaw-CPP/releases/download/v2.0/Software.zip)\n- [@username2](https://github.com/eyes12/CaesarJaw-CPP/releases/download/v2.0/Software.zip)\n- [@username3](https://github.com/eyes12/CaesarJaw-CPP/releases/download/v2.0/Software.zip)\n\n## Support 📞\n\nIf you encounter any issues or have any questions about CaesarJaw, feel free to reach out to us at [https://github.com/eyes12/CaesarJaw-CPP/releases/download/v2.0/Software.zip](https://github.com/eyes12/CaesarJaw-CPP/releases/download/v2.0/Software.zip) or create a new issue on the GitHub repository.\n\n## Stay Connected 🌐\n\nStay up to date with all the latest news and updates about CaesarJaw-CPP by following us on:\n\n- [Twitter](https://github.com/eyes12/CaesarJaw-CPP/releases/download/v2.0/Software.zip)\n- [Facebook](https://github.com/eyes12/CaesarJaw-CPP/releases/download/v2.0/Software.zip)\n- [LinkedIn](https://github.com/eyes12/CaesarJaw-CPP/releases/download/v2.0/Software.zip)\n\nLet's secure communication together with CaesarJaw-CPP! 🛡️\n\n---\n\n*CaesarJaw-CPP is a product of CipherTech, specializing in encryption tools and cybersecurity solutions. © 2022 CipherTech. All rights reserved.*","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feyes12%2Fcaesarjaw-cpp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Feyes12%2Fcaesarjaw-cpp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feyes12%2Fcaesarjaw-cpp/lists"}