{"id":22332549,"url":"https://github.com/theoddysey/ceaser-cipher-python","last_synced_at":"2025-03-26T07:21:42.866Z","repository":{"id":208612597,"uuid":"718766366","full_name":"TheODDYSEY/Ceaser-Cipher-Python","owner":"TheODDYSEY","description":"Ceaser Cipher Encryption using Python","archived":false,"fork":false,"pushed_at":"2023-11-22T10:04:54.000Z","size":1,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-31T08:43:30.974Z","etag":null,"topics":["ceaser-cipher","cryptography","encryption-decryption","python"],"latest_commit_sha":null,"homepage":"","language":"Python","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/TheODDYSEY.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-11-14T18:56:32.000Z","updated_at":"2025-01-08T11:09:12.000Z","dependencies_parsed_at":"2023-11-22T12:25:47.128Z","dependency_job_id":"4540de05-200f-4c16-8d8d-89eb28c729dc","html_url":"https://github.com/TheODDYSEY/Ceaser-Cipher-Python","commit_stats":null,"previous_names":["theoddysey/ceaser-cipher-python"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheODDYSEY%2FCeaser-Cipher-Python","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheODDYSEY%2FCeaser-Cipher-Python/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheODDYSEY%2FCeaser-Cipher-Python/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheODDYSEY%2FCeaser-Cipher-Python/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TheODDYSEY","download_url":"https://codeload.github.com/TheODDYSEY/Ceaser-Cipher-Python/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245605907,"owners_count":20643068,"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":["ceaser-cipher","cryptography","encryption-decryption","python"],"created_at":"2024-12-04T04:18:40.386Z","updated_at":"2025-03-26T07:21:42.842Z","avatar_url":"https://github.com/TheODDYSEY.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Caesar Cipher Encryption/Decryption Script\n\nThis Python script implements the Caesar cipher, a classic encryption technique that shifts each letter in the text by a fixed number of positions down the alphabet. The script allows users to encrypt a message with a specified shift length or decrypt it by providing the original message and the negative shift length.\n\n## Prerequisites\n\nBefore running the script, make sure you have Python installed on your machine. Additionally, install the `colorama` module by executing:\n\n```bash\npip install colorama\n```\n\n## How to Use\n\n1. **Clone the Repository:**\n\n   ```bash\n   git clone https://github.com/TheODDYSEY/Ceaser-Cipher-Python\n   ```\n\n2. **Navigate to the Project Directory:**\n\n   ```bash\n   cd your-repository\n   ```\n\n3. **Run the Script:**\n\n   Execute the script in your terminal.\n\n   ```bash\n   python caesar_cipher.py\n   ```\n\n4. **Enter Text and Shift Length:**\n\n   The script will prompt you to enter the text or message you want to encrypt or decrypt and specify the shift length (key).\n\n5. **View Encrypted/Decrypted Text:**\n\n   The script will display the result based on your input.\n\n## Example\n\nSuppose you want to encrypt the message \"Hello, World!\" with a shift length of 3. The script will output:\n\n```bash\n[?] Please Enter your text/message: Hello, World!\n[?] Please specify the shift length: 3\n[+] Hello, World! has been encrypted as [encrypted_text]\n```\n\nTo decrypt the message, you can input the encrypted text and use a negative shift length.\n\n## Note\n\nEnsure that you provide a valid shift length (between 0 and 25). The script will display an error message and exit if an invalid key is provided.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftheoddysey%2Fceaser-cipher-python","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftheoddysey%2Fceaser-cipher-python","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftheoddysey%2Fceaser-cipher-python/lists"}