{"id":20402535,"url":"https://github.com/willdunklin/elgamal","last_synced_at":"2026-05-29T06:31:33.440Z","repository":{"id":119680739,"uuid":"609903921","full_name":"willdunklin/elgamal","owner":"willdunklin","description":"Implementation of elliptic curve elgamal cryptography in Python (coursework)","archived":false,"fork":false,"pushed_at":"2023-04-16T15:53:36.000Z","size":28,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-05T01:45:09.286Z","etag":null,"topics":["cryptography"],"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/willdunklin.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,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-03-05T15:32:28.000Z","updated_at":"2024-02-01T23:00:49.000Z","dependencies_parsed_at":"2023-09-09T04:46:35.339Z","dependency_job_id":null,"html_url":"https://github.com/willdunklin/elgamal","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/willdunklin/elgamal","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/willdunklin%2Felgamal","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/willdunklin%2Felgamal/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/willdunklin%2Felgamal/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/willdunklin%2Felgamal/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/willdunklin","download_url":"https://codeload.github.com/willdunklin/elgamal/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/willdunklin%2Felgamal/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33640627,"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-05-29T02:00:06.066Z","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":["cryptography"],"created_at":"2024-11-15T04:54:34.037Z","updated_at":"2026-05-29T06:31:33.409Z","avatar_url":"https://github.com/willdunklin.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# elgamal\n\nBasic implementation of naive ElGamal cryptosystem.\n\n## Usage\n\n```shell\n# Help\n$ python3.9 main.py -h\n\n# Generate crypto keys\n$ python3.9 main.py elgamal gen_keys \u003cn_bits\u003e \u003ccertainty\u003e \u003cpubkeys_file\u003e \u003cprivkey_file\u003e\n\n# Encrypt file\n$ python3.9 main.py elgamal gen_keys \u003cpubkeys_file\u003e \u003cplaintext_file\u003e \u003cencrypted_file\u003e\n\n# Decrypt file\n$ python3.9 main.py elgamal decrypt \u003cpubkeys_file\u003e \u003cprivkey_file\u003e \u003cencrypted_file\u003e \u003cdecrypted_file\u003e\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwilldunklin%2Felgamal","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwilldunklin%2Felgamal","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwilldunklin%2Felgamal/lists"}