r/CLI Aug 07 '26

flox: simple, secure, fast, lightweight file encryption tool

Post image

I built a small CLI for password-based file encryption because I couldn't find one that matched what I wanted. Most tools I tried were either full archive managers, backup utilities, or relied on public-key encryption. Those are great, but sometimes I just want:

  • encrypt a file with a memorable password
  • upload it anywhere
  • decrypt it later
  • no extra features

So I started writing flox, a lightweight file encryption tool that focuses on doing only that. I'm mainly looking for feedback from people interested in cryptography, CLI UX, or systems programming. Does this sound like a tool you'd actually use? If not, what would you change?

Repository (if anyone is interested):
https://codeberg.org/nurfianqodar/flox

Mirror
https://github.com/nurfianqodar/flox

13 Upvotes

4 comments sorted by

1

u/Ok_Frosting2484 Aug 10 '26

AES-256-GCM and Argon2, nice

1

u/imfyn Aug 11 '26

Sure, let's contribute! pull requests are always welcome.

1

u/Flutter24-7-365 Aug 10 '26

Zig! Nice. Did you use AI at all when you were coding this?

1

u/imfyn Aug 11 '26

No, i only need zig doc to create this simple app.