Flutterby™! : git-crypt

Next unread comment / Catchup all unread comments User Account Info | Logout | XML/Pilot/etc versions | Long version (with comments) | Weblog archives | Site Map | | Browse Topics

git-crypt

2014-10-22 00:38:52.928362+00 by Dan Lyke 2 comments

I have a directory full of text files that include a few passwords. I'd love to toss this folder in a git repo, because I sometimes want to edit things elsewhere, and a backup is nice, but I also don't want to necessarily put those passwords in a version controlled repo on my fully exposed network hosts.

Looks like https://github.com/AGWA/git-crypt is the solution.

[ related topics: Privacy broadband ]

comments in ascending chronological order (reverse):

#Comment Re: git-crypt made: 2014-10-22 03:51:21.587056+00 by: meuon

Nice! Thanks. Have same issues. That would be an elegant solution!

#Comment Re: git-crypt made: 2014-10-22 20:36:34.760669+00 by: Ben Williams

You might want to check out pass as well. Does basically the same thing but is specifically geared towards passwords.