{"id":26603986,"url":"https://github.com/shojiyao12/rsa_sha-1_encryption-decryption-hashing","last_synced_at":"2025-03-23T19:19:12.152Z","repository":{"id":242463331,"uuid":"809618150","full_name":"Shojiyao12/RSA_SHA-1_Encryption-Decryption-Hashing","owner":"Shojiyao12","description":"A basic implementation of RSA for Encryption/Decryption and SHA-1 for Hashing using Java, where upon running the program; the user would be prompted to select either one of these methods, then output the result based on the user's choice and input.","archived":false,"fork":false,"pushed_at":"2024-06-03T06:20:22.000Z","size":8,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-06-04T06:59:18.293Z","etag":null,"topics":["encryption-decryption","hashing","java","rsa","rsa-encryption-decryption","sha-1","sha-1-hash"],"latest_commit_sha":null,"homepage":"https://drive.google.com/file/d/16Ge2zxjrF6soTZnnSOl_Fnu4UvcAUZnd/view?usp=drive_link","language":"Java","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/Shojiyao12.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":"2024-06-03T05:57:09.000Z","updated_at":"2024-06-03T06:49:22.000Z","dependencies_parsed_at":"2024-06-03T07:09:20.391Z","dependency_job_id":null,"html_url":"https://github.com/Shojiyao12/RSA_SHA-1_Encryption-Decryption-Hashing","commit_stats":null,"previous_names":["shojiyao12/rsa_sha-1_encryption-decryption"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Shojiyao12%2FRSA_SHA-1_Encryption-Decryption-Hashing","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Shojiyao12%2FRSA_SHA-1_Encryption-Decryption-Hashing/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Shojiyao12%2FRSA_SHA-1_Encryption-Decryption-Hashing/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Shojiyao12%2FRSA_SHA-1_Encryption-Decryption-Hashing/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Shojiyao12","download_url":"https://codeload.github.com/Shojiyao12/RSA_SHA-1_Encryption-Decryption-Hashing/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245153891,"owners_count":20569408,"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":["encryption-decryption","hashing","java","rsa","rsa-encryption-decryption","sha-1","sha-1-hash"],"created_at":"2025-03-23T19:19:11.627Z","updated_at":"2025-03-23T19:19:12.132Z","avatar_url":"https://github.com/Shojiyao12.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Quickstart Guide\n1. Copy all the contents from this repository.\n2. Open the CMSC125MP2.java file using an IDE, like NetBeans or Eclipse.\n3. Run the CMSC125MP2.java file\n   - Upon running the file, the program should prompt you to select a certain method to be used, either RSA (Rivest–Shamir–Adleman) for encryption/decryption or SHA-1 (Secure Hash Algorithm) for hashing, and when you are done simply input 'exit' to leave the program.\n\n## Core Concept\n- Introduction to Computer Security and Protection\n\n### Note: \nThis program also accepts string characters (A-Z, a-z) as an input, other than numbers (0-9) only, or even a combination of both (numbers and strings).\n\n## Preview of RSA_SHA-1_Encryption-Decryption-Hashing Functionality\n![RSA Test Case (Numbers Only)](https://github.com/Shojiyao12/RSA_SHA-1_Encryption-Decryption/assets/90734662/3357e78d-2d18-4af5-b176-7ac57fee0c96)\n![RSA Test Case (String Characters Only)](https://github.com/Shojiyao12/RSA_SHA-1_Encryption-Decryption/assets/90734662/3b8163db-58dd-4195-94e1-c8e07e7a13ee)\n![RSA Test Case (Numbers and Strings)](https://github.com/Shojiyao12/RSA_SHA-1_Encryption-Decryption/assets/90734662/fb6023cd-611b-428d-9d71-c26b58ed07bd)\n![SHA-1 Test Case (Numbers Only)](https://github.com/Shojiyao12/RSA_SHA-1_Encryption-Decryption/assets/90734662/fdb85ffd-4cd7-44d7-84e8-bda961336500)\n![SHA-1 Test Case (String Characters Only)](https://github.com/Shojiyao12/RSA_SHA-1_Encryption-Decryption/assets/90734662/68394481-9228-4f06-a729-978f86a0dd2a)\n![SHA-1 Test Case (Numbers and Strings)](https://github.com/Shojiyao12/RSA_SHA-1_Encryption-Decryption/assets/90734662/59449be5-c5b3-495a-81e2-1098a197d252)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshojiyao12%2Frsa_sha-1_encryption-decryption-hashing","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshojiyao12%2Frsa_sha-1_encryption-decryption-hashing","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshojiyao12%2Frsa_sha-1_encryption-decryption-hashing/lists"}