{"id":21470990,"url":"https://github.com/saadarazzaq/caesar-cipher","last_synced_at":"2025-03-17T06:45:26.769Z","repository":{"id":186609653,"uuid":"675439695","full_name":"SaadARazzaq/Caesar-Cipher","owner":"SaadARazzaq","description":"Story Encrypter Decrypter","archived":false,"fork":false,"pushed_at":"2023-08-06T23:20:35.000Z","size":3,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-23T16:14:31.071Z","etag":null,"topics":["caesar-cipher","cpp","cryptography","file-handling","problem-solving"],"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/SaadARazzaq.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}},"created_at":"2023-08-06T23:16:10.000Z","updated_at":"2024-03-01T18:18:21.000Z","dependencies_parsed_at":null,"dependency_job_id":"426fff85-1eb5-4ffb-9e9f-ff9191be5160","html_url":"https://github.com/SaadARazzaq/Caesar-Cipher","commit_stats":null,"previous_names":["saadarazzaq/caesar-cipher"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SaadARazzaq%2FCaesar-Cipher","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SaadARazzaq%2FCaesar-Cipher/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SaadARazzaq%2FCaesar-Cipher/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SaadARazzaq%2FCaesar-Cipher/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SaadARazzaq","download_url":"https://codeload.github.com/SaadARazzaq/Caesar-Cipher/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243988956,"owners_count":20379649,"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","cpp","cryptography","file-handling","problem-solving"],"created_at":"2024-11-23T09:30:12.173Z","updated_at":"2025-03-17T06:45:26.737Z","avatar_url":"https://github.com/SaadARazzaq.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Caesar-Cipher 🔐\n\nThis is a simple C++ program that demonstrates basic text encryption and decryption using ASCII values. The program allows you to input a story, encrypt it by converting characters to their corresponding ASCII values, and save the encrypted data to a file. It also provides an option to decrypt the data and display the original story.\n\n## 📸Screenshots\n\n## ⚒️Usage\n\n1. Clone this repository to your local machine using `git clone https://github.com/saadarazzaq/Caesar-Cipher.git`.\n\n2. Navigate to the cloned repository: `cd Caesar-Cipher`.\n\n3. Compile the program using a C++ compiler (e.g., g++): `g++ main.cpp -o encryption`.\n\n4. Run the compiled program: `./encryption`.\n\n5. The program will display a menu with options to encrypt and write to a file, decrypt and print from a file, or exit the program.\n\n## 🌠Features\n\n- **Encryption**: Input a story and convert its characters to ASCII values, then save the encrypted data to a file.\n- **Decryption**: Read the encrypted data from the file, convert ASCII values back to characters, and display the original story.\n- **Menu-Driven**: User-friendly menu interface to choose between encryption, decryption, and program exit.\n\n## 💡How It Works\n\n1. Input a story and choose the encryption option.\n2. The program converts each character of the story to its ASCII value and writes these values to a file.\n3. Choose the decryption option.\n4. The program reads the encrypted ASCII values from the file and converts them back to characters, printing the original story.\n\n### Follow for more 🔥\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsaadarazzaq%2Fcaesar-cipher","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsaadarazzaq%2Fcaesar-cipher","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsaadarazzaq%2Fcaesar-cipher/lists"}