{"id":34936033,"url":"https://github.com/ricky-ultimate/rust-rsa-encryption","last_synced_at":"2026-05-23T09:35:07.221Z","repository":{"id":224562615,"uuid":"763587945","full_name":"ricky-ultimate/rust-rsa-encryption","owner":"ricky-ultimate","description":"A rust program to simulate RSA encryption \u0026 decryption operations on a small scale","archived":false,"fork":false,"pushed_at":"2024-03-27T18:09:40.000Z","size":91,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-12-28T04:42:48.559Z","etag":null,"topics":["cryptography","rsa-encryption","rust","rust-lang"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ricky-ultimate.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-02-26T15:18:02.000Z","updated_at":"2024-11-25T12:27:31.000Z","dependencies_parsed_at":"2024-03-22T21:47:57.657Z","dependency_job_id":null,"html_url":"https://github.com/ricky-ultimate/rust-rsa-encryption","commit_stats":null,"previous_names":["ricky-ultimate/rsa_encryption","ricky-ultimate/rust-rsa-encryption"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ricky-ultimate/rust-rsa-encryption","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ricky-ultimate%2Frust-rsa-encryption","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ricky-ultimate%2Frust-rsa-encryption/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ricky-ultimate%2Frust-rsa-encryption/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ricky-ultimate%2Frust-rsa-encryption/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ricky-ultimate","download_url":"https://codeload.github.com/ricky-ultimate/rust-rsa-encryption/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ricky-ultimate%2Frust-rsa-encryption/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33390964,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-23T04:15:53.637Z","status":"ssl_error","status_checked_at":"2026-05-23T04:15:53.242Z","response_time":53,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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","rsa-encryption","rust","rust-lang"],"created_at":"2025-12-26T18:06:25.268Z","updated_at":"2026-05-23T09:35:07.203Z","avatar_url":"https://github.com/ricky-ultimate.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# `Unleash the Power of Encryption: Rust RSA Encryption`\r\n\r\nAn RSA encryption implementation for secure data transmission, written in Rust.\r\n\r\n## Algorithm\r\n\r\n1. Choose p and q\r\n2. Compute n = p * q\r\n3. Compute φ(n) = (p - 1) * (q - 1)\r\n4. Choose e such that 1 \u003c e \u003c φ(n) and e and φ (n) are coprime.\r\n5. Compute a value for d such that (d * e) % φ(n) = 1.\r\n6. Public key is (e, n)\r\n7. Private key is (d, n)\r\n\r\n### Encryption\r\n\r\nUsing public key (e, n)\r\n$` c = m ^ e mod n `$\r\n\r\n## Features\r\n1. Lightning-fast performance: Experience unmatched speed thanks to the power of Rust, leaving other languages in the dust. ⚡️\r\n2. Bulletproof security: Rest easy knowing your data is protected by the battle-tested RSA algorithm and our meticulous coding practices.️\r\n3. Effortless usability: Enjoy an intuitive and user-friendly experience, making encryption accessible to everyone.\r\n4. Enhanced error handling for a smoother experience.\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fricky-ultimate%2Frust-rsa-encryption","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fricky-ultimate%2Frust-rsa-encryption","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fricky-ultimate%2Frust-rsa-encryption/lists"}