{"id":27437504,"url":"https://github.com/denatajp/caesar-chiper","last_synced_at":"2025-08-26T16:32:23.797Z","repository":{"id":286056400,"uuid":"852720316","full_name":"denatajp/caesar-chiper","owner":"denatajp","description":"Implementation of Caesar Chiper in encrypts and decrypts text by shifting letters by a user-defined value. It takes input text and a shift value, applies the shift to encrypt, and reverses the shift to decrypt. The program demonstrates basic encryption and decryption using this simple technique.","archived":false,"fork":false,"pushed_at":"2024-09-05T10:26:59.000Z","size":5,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-04T05:19:10.676Z","etag":null,"topics":["caesar-cipher","chiper","cryptography"],"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/denatajp.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-09-05T09:54:48.000Z","updated_at":"2024-09-05T10:27:03.000Z","dependencies_parsed_at":"2025-04-04T05:29:15.783Z","dependency_job_id":null,"html_url":"https://github.com/denatajp/caesar-chiper","commit_stats":null,"previous_names":["denatajp/caesar-chiper"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denatajp%2Fcaesar-chiper","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denatajp%2Fcaesar-chiper/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denatajp%2Fcaesar-chiper/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denatajp%2Fcaesar-chiper/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/denatajp","download_url":"https://codeload.github.com/denatajp/caesar-chiper/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248954935,"owners_count":21188891,"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-cipher","chiper","cryptography"],"created_at":"2025-04-14T20:29:24.863Z","updated_at":"2025-04-14T20:29:25.395Z","avatar_url":"https://github.com/denatajp.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"![C++](https://img.shields.io/badge/c++-%2300599C.svg?style=for-the-badge\u0026logo=c%2B%2B\u0026logoColor=white)\n\n![image](https://github.com/user-attachments/assets/5686c31f-dc53-4a7d-a1ad-93278cfa6688)\n# Caesar Chiper\n\nSimple implementation of the Caesar Cipher encryption and decryption algorithm. The Caesar Cipher is a substitution cipher where each letter in the plaintext is shifted a certain number of places down or up the alphabet.\n\n# Prerequisites\nTo compile and run this project, you need a C++ compiler such as GCC or Clang.\n\n# Compilation\nTo compile the project, use the following command:\n\n```sh\ng++ -o caesar_cipher main.cpp\n```\nThis will create an executable file named `caesar_cipher`.\n\n# Running the Program\nTo run the compiled program, use:\n```sh\n./caesar_cipher\n```\n## Input\nEnter the text you want to encrypt.\nEnter the shift value (an integer) for the Caesar Cipher.\n## Output\nThe program will display:\n- The encrypted text based on the provided shift value.\n- The decrypted text, which should match the original input text.\n\n# Example\n```yaml\nEnter the text: Hello World\nEnter the shift: 3\nEncrypted text: Khoor Zruog\nDecrypted text: Hello World\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdenatajp%2Fcaesar-chiper","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdenatajp%2Fcaesar-chiper","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdenatajp%2Fcaesar-chiper/lists"}