{"id":24360440,"url":"https://github.com/dms-codes/kriptografi-hill","last_synced_at":"2025-03-12T08:27:24.227Z","repository":{"id":169618386,"uuid":"566591539","full_name":"dms-codes/kriptografi-hill","owner":"dms-codes","description":"Hill Cipher Encryption This Python script performs Hill cipher encryption on a given plaintext message using a user-defined key and matrix size 'm'.","archived":false,"fork":false,"pushed_at":"2023-09-30T22:53:31.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:05.654Z","etag":null,"topics":["hill-cipher","python"],"latest_commit_sha":null,"homepage":"https://github.com/dms-codes/kriptografi-hill","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-16T01:51:02.000Z","updated_at":"2023-09-30T22:53:53.000Z","dependencies_parsed_at":null,"dependency_job_id":"0a8c1f02-fb5c-4127-abcb-e079920dfc74","html_url":"https://github.com/dms-codes/kriptografi-hill","commit_stats":null,"previous_names":["dms-codes/kriptografi-hill"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dms-codes%2Fkriptografi-hill","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dms-codes%2Fkriptografi-hill/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dms-codes%2Fkriptografi-hill/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dms-codes%2Fkriptografi-hill/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dms-codes","download_url":"https://codeload.github.com/dms-codes/kriptografi-hill/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243182915,"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":["hill-cipher","python"],"created_at":"2025-01-18T21:19:56.422Z","updated_at":"2025-03-12T08:27:24.206Z","avatar_url":"https://github.com/dms-codes.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Hill Cipher Encryption\n\nThis Python script performs Hill cipher encryption on a given plaintext message using a user-defined key and matrix size 'm'.\n\n## Features\n\n- Encrypts plaintext messages using the Hill cipher with a user-defined key and matrix size 'm'.\n- Supports uppercase letters.\n- Handles variable-sized plaintext and key input.\n\n## Usage\n\n1. Modify the `key`, `m`, and `plaintext` variables with the key and message you want to use.\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 the ciphertext.\n\n## Example\n\nSuppose you have the following lines of code in your script:\n\n```python\nkey = 'LIDH'\nm = 2\nplaintext = 'ES'\n```\n\nAfter running the script, you will see the following output:\n\n```\nPlaintext: ES\nM = [[11  8]\n [ 3  7]]\nP = [[ 4 18]\n [ 8 18]]\nCiphertext: SHYR\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. Feel free to customize the README.md file to include additional information or usage examples as needed for your project.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdms-codes%2Fkriptografi-hill","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdms-codes%2Fkriptografi-hill","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdms-codes%2Fkriptografi-hill/lists"}