{"id":29108651,"url":"https://github.com/nemuelw/fcrypt","last_synced_at":"2025-06-29T06:11:50.348Z","repository":{"id":194386011,"uuid":"674745247","full_name":"nemuelw/fcrypt","owner":"nemuelw","description":"Encrypt and decrypt files \u0026 directories from the command line","archived":false,"fork":false,"pushed_at":"2023-09-18T03:36:00.000Z","size":1307,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-08-05T21:34:10.373Z","etag":null,"topics":["aes-256","aes-decryption","aes-encryption","aes-encryption-decryption","command-line","command-line-tool","decryption","encryption","encryption-decryption","file-decryption","file-decryptor","file-encryption","file-encryptor","golang","golang-package"],"latest_commit_sha":null,"homepage":"","language":"Go","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/nemuelw.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":"2023-08-04T16:59:51.000Z","updated_at":"2024-08-05T21:34:24.047Z","dependencies_parsed_at":null,"dependency_job_id":"6f57076b-7c34-4914-be1d-b2aa8632dc99","html_url":"https://github.com/nemuelw/fcrypt","commit_stats":null,"previous_names":["nemzyxt/fcrypt","nemuelw/fcrypt"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/nemuelw/fcrypt","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nemuelw%2Ffcrypt","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nemuelw%2Ffcrypt/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nemuelw%2Ffcrypt/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nemuelw%2Ffcrypt/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nemuelw","download_url":"https://codeload.github.com/nemuelw/fcrypt/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nemuelw%2Ffcrypt/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262545025,"owners_count":23326665,"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":["aes-256","aes-decryption","aes-encryption","aes-encryption-decryption","command-line","command-line-tool","decryption","encryption","encryption-decryption","file-decryption","file-decryptor","file-encryption","file-encryptor","golang","golang-package"],"created_at":"2025-06-29T06:11:50.193Z","updated_at":"2025-06-29T06:11:50.321Z","avatar_url":"https://github.com/nemuelw.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# fcrypt\n\nEncrypt and decrypt files and directories on the command line using the Advanced Encryption Standard (256-bit)\n\n## Installation\n\nVisit the [releases](https://github.com/nemzyxt/fcrypt/releases) section\n\n## Usage\n\n### Help\n\n```\nfcrypt -h\n```\n\n### Get version\n\n```\nfcrypt -v\n```\n\n### Encryption\n\n```\nfcrypt -e test.txt -k asdfghjkldncassdfghjklkjhfgdhsyt\n```\n\n```\nfcrypt -e Documents/ -k asdfghjkldncassdfghjklkjhfgdhsyt\n```\n\nUse a randomly generated key: \n\n```\nfcrypt -e Documents/ --rand-key\n```\n\n### Decryption\n\n```\nfcrypt -d test.enc -k asdfghjkldncassdfghjklkjhfgdhsyt\n```\n\n```\nfcrypt -d Documents/ -k asdfghjkldncassdfghjklkjhfgdhsyt\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnemuelw%2Ffcrypt","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnemuelw%2Ffcrypt","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnemuelw%2Ffcrypt/lists"}