{"id":24201662,"url":"https://github.com/ramazancetinkaya/caesar-cipher","last_synced_at":"2025-03-03T10:23:33.246Z","repository":{"id":199558458,"uuid":"703186331","full_name":"ramazancetinkaya/caesar-cipher","owner":"ramazancetinkaya","description":"This library provides functions for encrypting and decrypting text using the Caesar Cipher algorithm.","archived":false,"fork":false,"pushed_at":"2023-10-10T19:25:44.000Z","size":4,"stargazers_count":12,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-13T21:16:34.525Z","etag":null,"topics":["caesar-cipher","caesar-cipher-algorithm","decryption","encrpytion","php","php8"],"latest_commit_sha":null,"homepage":"https://github.com/ramazancetinkaya/caesar-cipher","language":"PHP","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/ramazancetinkaya.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}},"created_at":"2023-10-10T18:56:24.000Z","updated_at":"2024-12-01T19:58:29.000Z","dependencies_parsed_at":"2023-10-11T00:42:33.278Z","dependency_job_id":null,"html_url":"https://github.com/ramazancetinkaya/caesar-cipher","commit_stats":null,"previous_names":["ramazancetinkaya/caesar-cipher"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ramazancetinkaya%2Fcaesar-cipher","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ramazancetinkaya%2Fcaesar-cipher/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ramazancetinkaya%2Fcaesar-cipher/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ramazancetinkaya%2Fcaesar-cipher/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ramazancetinkaya","download_url":"https://codeload.github.com/ramazancetinkaya/caesar-cipher/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241645058,"owners_count":19996300,"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","caesar-cipher-algorithm","decryption","encrpytion","php","php8"],"created_at":"2025-01-13T21:16:38.552Z","updated_at":"2025-03-03T10:23:33.223Z","avatar_url":"https://github.com/ramazancetinkaya.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Caesar Cipher Library\n\n[![License](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/ramazancetinkaya/caesar-cipher/blob/master/LICENSE)\n\nA PHP library for encrypting and decrypting text using the Caesar Cipher algorithm.\n\n## Caesar Cipher\n\nIn cryptography, a Caesar cipher, also known as Caesar's cipher, the shift cipher, Caesar's code, or Caesar shift, is one of the simplest and most widely known encryption techniques. It is a type of substitution cipher in which each letter in the plaintext is replaced by a letter some fixed number of positions down the alphabet. For example, with a left shift of 3, D would be replaced by A, E would become B, and so on. The method is named after Julius Caesar, who used it in his private correspondence.\n\n## Usage\n\n```php\n// Create a CaesarCipher instance with a shift of 3\n$caesarCipher = new CaesarCipher(3);\n\n$plaintext = \"Hello, World!\";\n$encryptedText = $caesarCipher-\u003eencrypt($plaintext);\n$decryptedText = $caesarCipher-\u003edecrypt($encryptedText);\n\necho \"Original Text: $plaintext\\n\";\necho \"Encrypted Text: $encryptedText\\n\";\necho \"Decrypted Text: $decryptedText\\n\";\n```\n\n## License\n\nThis project is licensed under the MIT License - see the LICENSE file for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Framazancetinkaya%2Fcaesar-cipher","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Framazancetinkaya%2Fcaesar-cipher","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Framazancetinkaya%2Fcaesar-cipher/lists"}