Hacker Newsnew | past | comments | ask | show | jobs | submitlogin
Show HN: Gitsafe-CLI – Transparent file encryption for Git repos (pypi.org)
2 points by bitpilot 67 days ago | hide | past | favorite
I built gitsafe-cli, a Python CLI that lets you transparently encrypt files in a git repo based on patterns (like `.gitattributes`). It supports both symmetric encryption and GPG keyfiles for teams.

Why: I wanted something simpler than git-crypt, with flexible pattern matching, easy setup via `pip install`, and modern crypto defaults.

How: after `gitsafe init`, any files matching your patterns are automatically encrypted in commits and decrypted in your working tree.

Repo/PyPI: https://pypi.org/project/gitsafe-cli/

I’d love feedback on usability, team workflows, and missing features. Collaboration welcome!



Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: