{"id":15131439,"url":"https://github.com/potlaetu/fcrpyt","last_synced_at":"2025-04-05T21:12:05.669Z","repository":{"id":256043269,"uuid":"854188978","full_name":"PotlaETU/Fcrpyt","owner":"PotlaETU","description":"Fcrypt is a tool for file encryption and decryption in a CLI using Spring Shell","archived":false,"fork":false,"pushed_at":"2024-09-12T13:26:27.000Z","size":84,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-05T21:11:53.752Z","etag":null,"topics":["java","spring","spring-shell"],"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/PotlaETU.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-09-08T16:00:36.000Z","updated_at":"2024-09-12T13:27:05.000Z","dependencies_parsed_at":"2024-09-08T18:23:24.315Z","dependency_job_id":"0444735a-6e0d-4ba4-a3ce-e6b9c463a581","html_url":"https://github.com/PotlaETU/Fcrpyt","commit_stats":null,"previous_names":["potlaetu/fcrpyt"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PotlaETU%2FFcrpyt","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PotlaETU%2FFcrpyt/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PotlaETU%2FFcrpyt/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PotlaETU%2FFcrpyt/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/PotlaETU","download_url":"https://codeload.github.com/PotlaETU/Fcrpyt/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247399886,"owners_count":20932880,"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":["java","spring","spring-shell"],"created_at":"2024-09-26T03:42:12.760Z","updated_at":"2025-04-05T21:12:05.644Z","avatar_url":"https://github.com/PotlaETU.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# FCrypt\r\n\r\nFcrypt is a CLI tool that aims to simplify the encryption of files.\r\nIt uses the AES algorithm to encrypt and decrypt files and Spring Shell to provide a CLI interface.\r\n\r\n## List of commands\r\n\r\n- `enc [filePath]` : Encrypt a file\r\n- `dec [filePath]` : Decrypt a file\r\n\r\n## Installation\r\n\r\n```bash\r\nmvn clean package\r\njava -jar target/fcrypt-1.0.0.jar\r\n```\r\n\r\nDocker: \r\n```bash\r\ndocker build -t fcrypt .\r\n```\r\n\r\nor\r\n\r\n```bash\r\ndocker pull anthorld/fcrypt\r\n```\r\n\r\nand then run the container to access directly the CLI:\r\n```bash\r\ndocker run -it -v /path/to/your/files:/files fcrypt \r\n```\r\n\r\n## Warnings\r\n\r\n- The encryption key is stored in the `secret.key` file in the root directory of the project.\r\n- The encryption key is generated randomly and is 256 bits long.\r\n- The encryption key is not stored in the Docker image, so it will be generated each time the container is started.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpotlaetu%2Ffcrpyt","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpotlaetu%2Ffcrpyt","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpotlaetu%2Ffcrpyt/lists"}