{"id":21472212,"url":"https://github.com/cailllev/parsa","last_synced_at":"2025-03-17T07:18:21.727Z","repository":{"id":184665582,"uuid":"340298573","full_name":"cailllev/paRSA","owner":"cailllev","description":"Encrypt and Decrypt Files via RSA","archived":false,"fork":false,"pushed_at":"2021-04-08T06:22:35.000Z","size":3085,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-23T16:30:06.590Z","etag":null,"topics":["cryptography","java","rsa"],"latest_commit_sha":null,"homepage":"","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/cailllev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":"Threat_Modelling.md","audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2021-02-19T08:02:32.000Z","updated_at":"2021-07-02T12:35:51.000Z","dependencies_parsed_at":"2023-07-29T15:42:37.083Z","dependency_job_id":null,"html_url":"https://github.com/cailllev/paRSA","commit_stats":null,"previous_names":["cailllev/parsa"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cailllev%2FpaRSA","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cailllev%2FpaRSA/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cailllev%2FpaRSA/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cailllev%2FpaRSA/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cailllev","download_url":"https://codeload.github.com/cailllev/paRSA/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243989714,"owners_count":20379648,"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":["cryptography","java","rsa"],"created_at":"2024-11-23T09:48:02.848Z","updated_at":"2025-03-17T07:18:21.685Z","avatar_url":"https://github.com/cailllev.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# OWN - File Encryption\n## Description\nUses RSA Algorithm to encrypt files. No private key is needed tho, only a password. The password is transformed to a bigger (prime) number, this is then used as the decriptor (d).\n\n## Usage\n```\njava -jar paRSA.jar\n```\n- ```-i``` or ```--init``` to create a keyfile with given name\n- ```-k``` or ```--keyfile``` name of the keyfile, contains ```(n,e,diff)```\n- ```-e``` or ```--encrypt``` to encrypt a file with given name\n- ```-d``` or ```--decript``` to decript a file with given name\n- ```-v``` or ```--verbose``` to print the decripted file\n- ```-s``` or ```--save``` to save the decripted file\n\n## Threat Modelling\n- no obvious weakness, see [here](Threat_Modelling.md)\n\n## TODO\n- this project, but one with Elliptic Curves and one with Diffie Hellman instead RSA\n- check that encrypt and decrypt is faster with threads / create threshold for thread logic\n- create sign and verify logic\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcailllev%2Fparsa","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcailllev%2Fparsa","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcailllev%2Fparsa/lists"}