{"id":15009757,"url":"https://github.com/amaterazu7/rsa-python","last_synced_at":"2025-08-17T13:40:00.903Z","repository":{"id":117715002,"uuid":"193987619","full_name":"Amaterazu7/rsa-python","owner":"Amaterazu7","description":"This is a Python implementation of the RSA Algorithm","archived":false,"fork":false,"pushed_at":"2019-06-27T00:57:47.000Z","size":2623,"stargazers_count":9,"open_issues_count":2,"forks_count":14,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-08-17T13:40:00.383Z","etag":null,"topics":["algorithms","euler","py","python","rsa-cryptography","sha1"],"latest_commit_sha":null,"homepage":null,"language":"Python","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/Amaterazu7.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,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-06-26T22:50:53.000Z","updated_at":"2025-03-15T11:29:37.000Z","dependencies_parsed_at":null,"dependency_job_id":"939ebf67-8293-4d7e-b9c0-7bf364d7907e","html_url":"https://github.com/Amaterazu7/rsa-python","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Amaterazu7/rsa-python","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Amaterazu7%2Frsa-python","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Amaterazu7%2Frsa-python/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Amaterazu7%2Frsa-python/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Amaterazu7%2Frsa-python/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Amaterazu7","download_url":"https://codeload.github.com/Amaterazu7/rsa-python/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Amaterazu7%2Frsa-python/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270856564,"owners_count":24657688,"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","status":"online","status_checked_at":"2025-08-17T02:00:09.016Z","response_time":129,"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":["algorithms","euler","py","python","rsa-cryptography","sha1"],"created_at":"2024-09-24T19:28:22.321Z","updated_at":"2025-08-17T13:40:00.880Z","avatar_url":"https://github.com/Amaterazu7.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"Python-RSA Implementation \n=========================\n[![PyPI](https://pypi.org/static/images/logo-small.6eef541e.svg)](https://pypi.org/)\n\nThis is a Python implementation of the RSA Algorithm. Made in Python 3.7.\n\nJust for learning, we have how to code properly the implementation of RSA Algorithm in Python, and how to deal with a project. Help is always welcomed.\n\n\nSteps\n-----\n\n- Create a project on your personal GitHub.\n- [![GitHub Local ssh-agent]()](https://help.github.com/en/articles/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent)\n- Upload the project with the local Bayer ssh-keys.\n- Show the creation of the ssh-keygen and the classes.\n- Show RSA-algoris.\n- Show the features.\n- [![Pure-Python RSA implementation]()](https://pypi.org/project/rsa/)\n- [![GitHub Documentation]()](https://github.com/sybrenstuvel/python-rsa/)\n\n\nGenerator SSH keys\n------------------\n\n- [![ssh.com]()](https://www.ssh.com/ssh/keygen/#sec-Specifying-the-File-Name)\n- [![Medium]()](https://medium.com/risan/upgrade-your-ssh-key-to-ed25519-c6e8d60d3c54)\n- ` ssh-keygen -t rsa -b 4096 -C `\n- ` ssh-keygen -t ed25519 -b 4096 -C `\n- [![Hash Generator]()](https://passwordsgenerator.net/sha256-hash-generator/)\n- [![Mythbusters Demo GPU versus CPU]()](https://www.youtube.com/watch?v=-P28LKWTzrI)\n- [![Lifetimes of cryptographic hash functions]()](http://valerieaurora.org/hash.html)\n\nRSA algorithm\n=============\n\n- Take two distinct, large primes `p` and `q`.\n- Ideally these have a similar byte-length.\n- Multiply `p` and `q` and store the result in `n`.\n- Find the totient for `n` using the formula: ` 𝜑(𝑛) = (𝑝−1)⋅(𝑞−1) `.\n- Take an `e` coprime that is greater, than 1 and less than `n`.\n- Find `d` using the formula ` 𝑑⋅𝑒 ≡ 1 mod 𝜑(𝑛) `.\n- At this point, the pair (`e`, `n`) is the public key and the private key (`d`, `n`) is the private key.\n\nFeatures\n--------\n\n- Create a private and public keys.\n- Messages Encryption \n- Messages Decrypted \n\n\nLicense\n-------\n\nThe project is licensed under the MIT license.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Famaterazu7%2Frsa-python","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Famaterazu7%2Frsa-python","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Famaterazu7%2Frsa-python/lists"}