{"id":25345596,"url":"https://github.com/mohammedmehdio/caesarjaw-cpp","last_synced_at":"2025-07-23T00:32:18.788Z","repository":{"id":275655564,"uuid":"926761280","full_name":"mohammedmehdio/CaesarJaw-CPP","owner":"mohammedmehdio","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-04T01:16:06.000Z","size":7,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-08T16:14:46.050Z","etag":null,"topics":["caesar","caesar-cipher","caesar-cipher-algorithm","communication","cpp","crypter","cryptography","cybersecurity","decrypt","decryption","decryption-algorithm","security","security-tools","shift-cipher","tool"],"latest_commit_sha":null,"homepage":"","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/mohammedmehdio.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":"2025-02-03T20:14:15.000Z","updated_at":"2025-02-04T01:16:09.000Z","dependencies_parsed_at":"2025-02-04T11:00:14.287Z","dependency_job_id":null,"html_url":"https://github.com/mohammedmehdio/CaesarJaw-CPP","commit_stats":null,"previous_names":["mohammedmehdio/crypto-ceasar-c","mohammedmehdio/caesarjaw-cpp"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/mohammedmehdio/CaesarJaw-CPP","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mohammedmehdio%2FCaesarJaw-CPP","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mohammedmehdio%2FCaesarJaw-CPP/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mohammedmehdio%2FCaesarJaw-CPP/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mohammedmehdio%2FCaesarJaw-CPP/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mohammedmehdio","download_url":"https://codeload.github.com/mohammedmehdio/CaesarJaw-CPP/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mohammedmehdio%2FCaesarJaw-CPP/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266596689,"owners_count":23953891,"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","status":"online","status_checked_at":"2025-07-22T02:00:09.085Z","response_time":66,"last_error":null,"robots_txt_status":null,"robots_txt_updated_at":null,"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":["caesar","caesar-cipher","caesar-cipher-algorithm","communication","cpp","crypter","cryptography","cybersecurity","decrypt","decryption","decryption-algorithm","security","security-tools","shift-cipher","tool"],"created_at":"2025-02-14T12:39:12.952Z","updated_at":"2025-07-23T00:32:18.337Z","avatar_url":"https://github.com/mohammedmehdio.png","language":"C++","readme":"# 🔐 CaesarJaw\n\n## 📜 Description\nThis C++ program provides encryption and decryption functionalities using a simple shift cipher (Caesar cipher). It allows users to:\n✅ Encrypt text 📝\n✅ Decrypt text 🔑\n✅ Determine the shift key 🔎\n✅ Attempt decryption without a known key 💡\n\n## ✨ Features\n- 🔏 **Encryption (Crypt)**: Encrypts a given text using a specified key.\n- 🔓 **Decryption (UnCrypt)**: Decrypts an encrypted text using a specified key.\n- 🕵️ **Determine Shift Key**: Finds the encryption key by comparing original and encrypted text.\n- 🎭 **Brute-Force Decryption**: Attempts decryption by trying all possible shift keys.\n\n## 🚀 Usage\nRun the program and select an option:\n1️⃣ **Encrypt Text**: Enter a switch key and the text to encrypt.\n2️⃣ **Decrypt Text**: Enter a switch key and the text to decrypt.\n3️⃣ **Find Shift Key**: Provide an encrypted and decrypted text to determine the shift key.\n4️⃣ **Brute-Force Decryption**: Enter an encrypted text and see all possible decrypted results.\n\n## 🛠️ Compilation \u0026 Execution\nTo compile the program using g++, run:\n```sh\ng++ -o cryptography_tool main.cpp\n```\nTo execute:\n```sh\n./cryptography_tool\n```\n\n## 📝 Example\n### 🔏 Encrypting a message\n```\nEnter Switch Key: 3\nPlease enter text: Hello123\nEncrypted: Khoor456\n```\n\n### 🔓 Decrypting a message\n```\nEnter Switch Key: 3\nPlease enter text: Khoor456\nDecrypted: Hello123\n```\n\n### 🔑 Determining the shift key\n```\nPlease enter Crypt Text: Khoor456\nPlease enter UnCrypt Text: Hello123\nSwitch Key: 3\n```\n\n## 🤝 Contributions\nFeel free to fork the repository and contribute improvements via pull requests. 🚀\n\n## 📜 License\nThis project is open-source and free to use. 🎉\n\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmohammedmehdio%2Fcaesarjaw-cpp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmohammedmehdio%2Fcaesarjaw-cpp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmohammedmehdio%2Fcaesarjaw-cpp/lists"}