{"id":36547179,"url":"https://github.com/flewsoftware/filecrypt","last_synced_at":"2026-01-15T02:41:58.287Z","repository":{"id":55587194,"uuid":"312549577","full_name":"flewsoftware/filecrypt","owner":"flewsoftware","description":"A super easy file encryption utility written in go and under 800kb","archived":true,"fork":false,"pushed_at":"2021-10-04T04:38:12.000Z","size":123,"stargazers_count":82,"open_issues_count":0,"forks_count":6,"subscribers_count":3,"default_branch":"main","last_synced_at":"2024-06-20T14:27:13.511Z","etag":null,"topics":["cryptography","decryption","encryption","encryption-utility","small"],"latest_commit_sha":null,"homepage":"https://flew-software.github.io/filecrypt/","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/flewsoftware.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null},"funding":{"github":null,"patreon":"tarithj","open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":null}},"created_at":"2020-11-13T10:53:03.000Z","updated_at":"2024-04-24T10:05:40.000Z","dependencies_parsed_at":"2022-08-15T03:50:10.062Z","dependency_job_id":null,"html_url":"https://github.com/flewsoftware/filecrypt","commit_stats":null,"previous_names":["flew-software/filecrypt"],"tags_count":7,"template":false,"template_full_name":null,"purl":"pkg:github/flewsoftware/filecrypt","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flewsoftware%2Ffilecrypt","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flewsoftware%2Ffilecrypt/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flewsoftware%2Ffilecrypt/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flewsoftware%2Ffilecrypt/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/flewsoftware","download_url":"https://codeload.github.com/flewsoftware/filecrypt/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flewsoftware%2Ffilecrypt/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28441425,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-15T00:55:22.719Z","status":"online","status_checked_at":"2026-01-15T02:00:08.019Z","response_time":62,"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":["cryptography","decryption","encryption","encryption-utility","small"],"created_at":"2026-01-12T06:06:55.253Z","updated_at":"2026-01-15T02:41:58.268Z","avatar_url":"https://github.com/flewsoftware.png","language":"Go","readme":"# filecrypt\n[![Codacy Badge](https://app.codacy.com/project/badge/Grade/12610588667845698ee710628e313c0b)](https://www.codacy.com/gh/flew-software/filecrypt/dashboard?utm_source=github.com\u0026amp;utm_medium=referral\u0026amp;utm_content=flew-software/filecrypt\u0026amp;utm_campaign=Badge_Grade)\n[![Go Report Card](https://goreportcard.com/badge/github.com/flew-software/filecrypt)](https://goreportcard.com/report/github.com/flew-software/filecrypt)\n[![](https://tokei.rs/b1/github/flew-software/filecrypt?category=lines)](https://github.com/flew-software/filecrypt)\n![](https://img.shields.io/badge/Binaries%20under-800kb-succes)   \n![GitHub repo size](https://img.shields.io/github/repo-size/flew-software/filecrypt)\n[![Written in](https://img.shields.io/badge/Written%20in-golang-blue)](https://golang.org)   \nA super easy to use file encryption utility written in golang   \n[![FILECRYPT](https://repository-images.githubusercontent.com/312549577/6eb8d100-2851-11eb-9c77-3a2a197b95ee)](https://github.com/flew-software/filecrypt)\n\n⚠ **Filecrypt is nolonger maintained** \n**NOTE:** if you are planning to use filecrypt for your go-lang project please clone this repo and build your software from there\n\n## What's the difference\n* Speed\n* Simple\n* Works on all operating systems\n\n## How to use\n#### Windows\n1. Download the latest release from [here](https://github.com/flew-software/filecrypt/releases/latest)\n2. Create a folder named \"filecrypt\" in any drive\n3. Move the downloaded executable(.exe) to the folder created in step 2\n4. Add the path of the created folder created in step 2 into [windows path variable](https://docs.alfresco.com/4.2/tasks/fot-addpath.html) \n5. Open the command prompt and enter `filecrypt --help` for detailed info about using flags \n\n#### flags\n* `--force` - Force write even if a file exists with that name (overwrite) DESTRUCTIVE\n* `--location` - The location of the file to encrypt/decrypt(determined by the mode flag)\n* `--mode` - FileCrypt mode (encrypt/decrypt These can be replaced with their first letters) Example: `filecrypt --mode=e --location=\"super secret file.txt\" --password=\"test\"`\n* `--password` - (removed in release v2 \u0026 later) Password to be used while encrypting/decrypting   \n**Note: due to security issues with commandline flags the password will be prompted at runtime.**\n\n\n## Q\u0026A\n### How can I help?\n* Staring this project on github\n* Creating issues\n* Contributing with code or documentation\n* Sharing this project with your friends\n\n### What is a .fcef file\nfcef (File. Crypt. Encrypted. File) is an encrypted file that is generated by FileCrypt,\nIf you know the password that it was encrypted with it can be decrypted with FileCrypt using the `--mode=d`or `--mode=decrypt` flag.\n\n### How is FileCrypt so small\nBecause Filecrypt\n* Only uses the standard library\n* Has no unwanted code\n* Is built with `-ldflags \"-s -w\"` flag\n* Executable is compressed with [upx](https://upx.github.io/) (Only extra small binaries)\n\n## Docs\n* [FCEF format](./docs/fcef_format.md)\n","funding_links":["https://patreon.com/tarithj"],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fflewsoftware%2Ffilecrypt","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fflewsoftware%2Ffilecrypt","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fflewsoftware%2Ffilecrypt/lists"}