{"id":24360436,"url":"https://github.com/dms-codes/kriptografi-rot13","last_synced_at":"2025-12-24T09:32:10.199Z","repository":{"id":169618390,"uuid":"566374619","full_name":"dms-codes/kriptografi-rot13","owner":"dms-codes","description":"Simple Caesar Cipher Encryption This Python script performs a simple Caesar cipher encryption and decryption on a given plaintext message. It shifts each letter in the alphabet by 13 positions to the right for encryption (Caesar cipher with a shift of 13), and reverses the process for decryption.","archived":false,"fork":false,"pushed_at":"2023-09-30T22:39:14.000Z","size":2,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-18T21:20:07.166Z","etag":null,"topics":["caesar-cipher","python","rot13"],"latest_commit_sha":null,"homepage":"https://github.com/dms-codes/kriptografi-rot13","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/dms-codes.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":"2022-11-15T14:42:15.000Z","updated_at":"2023-09-30T22:39:48.000Z","dependencies_parsed_at":null,"dependency_job_id":"3d35af67-7561-42f5-ba92-1a64a6eda0fa","html_url":"https://github.com/dms-codes/kriptografi-rot13","commit_stats":null,"previous_names":["dms-codes/kriptografi-rot13"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dms-codes%2Fkriptografi-rot13","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dms-codes%2Fkriptografi-rot13/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dms-codes%2Fkriptografi-rot13/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dms-codes%2Fkriptografi-rot13/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dms-codes","download_url":"https://codeload.github.com/dms-codes/kriptografi-rot13/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243182899,"owners_count":20249709,"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","python","rot13"],"created_at":"2025-01-18T21:19:55.394Z","updated_at":"2025-12-24T09:32:10.166Z","avatar_url":"https://github.com/dms-codes.png","language":"Python","readme":"# Simple Caesar Cipher Encryption\n\nThis Python script performs a simple Caesar cipher encryption and decryption on a given plaintext message. It shifts each letter in the alphabet by 13 positions to the right for encryption (Caesar cipher with a shift of 13), and reverses the process for decryption.\n\n## Features\n\n- Encrypts plaintext messages using a Caesar cipher with a shift of 13.\n- Decrypts ciphertext messages by reversing the Caesar cipher process.\n- Preserves spaces in the input message.\n- Supports uppercase letters.\n\n## Usage\n\n1. Modify the `plaintext` variable with the message you want to encrypt.\n\n2. Run the script by executing the following command in your terminal:\n\n```bash\npython your_script_name.py\n```\n\n3. The script will perform the encryption and print both the ciphertext and the decrypted message.\n\n## Example\n\nSuppose you have the following line of code in your script:\n\n```python\nplaintext = 'SELAMAT DATANG DI KELAS KRIPTOGRAFI'\n```\n\nAfter running the script, you will see the following output:\n\n```\nFRYNZN GNFGNA QV XRYNF XEVFCBENSV\nSELAMAT DATANG DI KELAS KRIPTOGRAFI\n```\n\n## License\n\nThis script is provided under the [MIT License](LICENSE).\n```\n\nReplace `\"your_script_name.py\"` with the actual name of your script. You can further customize the README.md file to include additional information or usage examples, depending on your project's needs.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdms-codes%2Fkriptografi-rot13","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdms-codes%2Fkriptografi-rot13","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdms-codes%2Fkriptografi-rot13/lists"}