{"id":16634765,"url":"https://github.com/salihozkara/encrypted-text-generator-using-parent-child-processes-and-caesar-cipher-algorithm","last_synced_at":"2026-06-06T15:01:40.526Z","repository":{"id":107193091,"uuid":"595184681","full_name":"salihozkara/Encrypted-Text-Generator-using-Parent-Child-Processes-and-Caesar-Cipher-Algorithm","owner":"salihozkara","description":"This project encrypts text using the Sezar Cipher algorithm and parent-child processes in C. The child process uses 4 threads to encrypt the text and stores the result in a shared memory. The parent process reads and displays the encrypted text on the screen.","archived":false,"fork":false,"pushed_at":"2023-01-30T15:30:40.000Z","size":4,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-11T23:23:29.060Z","etag":null,"topics":["c","caesar-cipher","parent-child","process"],"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/salihozkara.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":"2023-01-30T15:17:03.000Z","updated_at":"2023-01-30T15:30:19.000Z","dependencies_parsed_at":null,"dependency_job_id":"690f6015-aa54-4bef-bbca-9adbaa52aed9","html_url":"https://github.com/salihozkara/Encrypted-Text-Generator-using-Parent-Child-Processes-and-Caesar-Cipher-Algorithm","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/salihozkara/Encrypted-Text-Generator-using-Parent-Child-Processes-and-Caesar-Cipher-Algorithm","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/salihozkara%2FEncrypted-Text-Generator-using-Parent-Child-Processes-and-Caesar-Cipher-Algorithm","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/salihozkara%2FEncrypted-Text-Generator-using-Parent-Child-Processes-and-Caesar-Cipher-Algorithm/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/salihozkara%2FEncrypted-Text-Generator-using-Parent-Child-Processes-and-Caesar-Cipher-Algorithm/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/salihozkara%2FEncrypted-Text-Generator-using-Parent-Child-Processes-and-Caesar-Cipher-Algorithm/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/salihozkara","download_url":"https://codeload.github.com/salihozkara/Encrypted-Text-Generator-using-Parent-Child-Processes-and-Caesar-Cipher-Algorithm/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/salihozkara%2FEncrypted-Text-Generator-using-Parent-Child-Processes-and-Caesar-Cipher-Algorithm/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33986901,"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-06T02:00:07.033Z","response_time":107,"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":["c","caesar-cipher","parent-child","process"],"created_at":"2024-10-12T05:42:51.335Z","updated_at":"2026-06-06T15:01:40.508Z","avatar_url":"https://github.com/salihozkara.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Encrypted Text Generator using Parent-Child Processes and Caesar Cipher Algorithm\n\nThis project demonstrates the usage of parent-child processes and Caesar Cipher algorithm to encrypt text using C language. The parent process sends an ordinary pipe to the child process, which encrypts the received text using the Caesar Cipher algorithm with 4 threads in parallel. The encrypted text is stored in a shared memory and is finally read by the parent process and displayed on the screen.\n\n## Getting Started\n\nThese instructions will get you a copy of the project up and running on your local machine for development and testing purposes.\n\n### Prerequisites\n\nWhat things you need to install the software and how to install them:\n\n- A compiler that supports C11 or later\n- GCC (GNU Compiler Collection)\n\n### Installing\n\nA step by step series of examples that tell you how to get a development env running:\n\n1. Clone the repository to your local machine using the following command:\n\n```bash\ngit clone https://github.com/salihozkara/Encrypted-Text-Generator-using-Parent-Child-Processes-and-Caesar-Cipher-Algorithm.git\n```\n\n2. Compile the code using GCC:\n\n```bash\ngcc -pthread -o \u003cexecutable_file_name\u003e main.c\n```\n\n3. Run the executable file:\n\n```bash\n./\u003cexecutable_file_name\u003e\n```\n\n## Built With\n\n- [C](https://en.wikipedia.org/wiki/C_(programming_language)) - The programming language used\n- [GCC](https://gcc.gnu.org/) - The compiler used\n\n## Author\n\n- **Salih Özkara** - [salihozkara](https://github.com/salihozkara)\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsalihozkara%2Fencrypted-text-generator-using-parent-child-processes-and-caesar-cipher-algorithm","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsalihozkara%2Fencrypted-text-generator-using-parent-child-processes-and-caesar-cipher-algorithm","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsalihozkara%2Fencrypted-text-generator-using-parent-child-processes-and-caesar-cipher-algorithm/lists"}