{"id":22900961,"url":"https://github.com/johnib/jy-fileencryptersigner","last_synced_at":"2025-07-27T23:33:16.224Z","repository":{"id":91957761,"uuid":"77747016","full_name":"johnib/JY-FileEncrypterSigner","owner":"johnib","description":"A tool to transfer files securely between two parties who have exchanged public keys","archived":false,"fork":false,"pushed_at":"2017-01-28T12:49:40.000Z","size":41,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-04-01T05:15:45.668Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/johnib.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":"2016-12-31T16:04:09.000Z","updated_at":"2017-01-27T22:19:02.000Z","dependencies_parsed_at":null,"dependency_job_id":"961afc58-e462-4660-81c0-27b35ac76dbf","html_url":"https://github.com/johnib/JY-FileEncrypterSigner","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/johnib/JY-FileEncrypterSigner","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/johnib%2FJY-FileEncrypterSigner","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/johnib%2FJY-FileEncrypterSigner/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/johnib%2FJY-FileEncrypterSigner/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/johnib%2FJY-FileEncrypterSigner/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/johnib","download_url":"https://codeload.github.com/johnib/JY-FileEncrypterSigner/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/johnib%2FJY-FileEncrypterSigner/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267441187,"owners_count":24087771,"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-07-27T02:00:11.917Z","response_time":82,"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":[],"created_at":"2024-12-14T01:30:51.149Z","updated_at":"2025-07-27T23:33:16.200Z","avatar_url":"https://github.com/johnib.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"#FileEncrypt Class\n\n##Description:\n1. Encrypts / Decrypts a file using symmetric algorithm of your choice.\n2. Signs and validates file's contents.\n3. Encrypts the symmetric key + signature using asymmetric algorithm of your choice.\n4. Prepares a JSON with all the relevant information for the receiver of how to decrypt the file.\n\n## Run\n### Using JAR:\n```\njava -jar \u003cjar_file\u003e [params]\n```\n\n### Class file:\n```\njava EncryptTool [params]\n```\n\nAccording to the params below described in the below documentation.\n\n##Documentation\n\n```\nFileEncrypt tool\n\nRun:\njava EncryptTool -encrypt -keystore \u003ckeystore file\u003e -password \u003cpass\u003e -myAlias \u003cyour keystore alias\u003e -myAliasPassword \u003cyour alias password\u003e -file \u003cfile path\u003e\njava EncryptTool -decrypt -keystore \u003ckeystore file\u003e -password \u003cpass\u003e -myAlias \u003cyour keystore alias\u003e -myAliasPassword \u003cyour alias password\u003e -file \u003cfile path\u003e\n\nOptions:\n    -encrypt            Encrypts the file and creates a signature\n    -decrypt            Encrypts the file validates signature\n    -keystore           Key Store file path\n    -password           Key Store password\n    -myAlias            Key Store alias for my cert with private key\n    -myAliasPassword    alias password for my cert with private key (if not defined, using keystore password)\n    -recAlias           Key Store alias for recipient cert\n    -file               File to encrypt and sign\n```\n\n## Contribution\n* Reorganize constants and strings used around the code\n* Unit test coverage\n* Improve usage interface\n    * Better parameter names\n    * Support running this tool with a configuration file instead of long parameters list","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjohnib%2Fjy-fileencryptersigner","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjohnib%2Fjy-fileencryptersigner","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjohnib%2Fjy-fileencryptersigner/lists"}