Open hgkamath opened 3 years ago
An alternative that might be easier to implement is git-crypt. This encrypts files at the path you indicate, transparently and locally. It then pushes using the standard git protocols. The upside, is it's still a standard git repo, but files are individually encrypted. The README of git-crypt admittedly states that encrypting an entire repo, git-remote-gcrypt is better suited due to performance and encryption of filenames, but git-crypt might be easier to implement.
Is your feature request related to a problem? Please describe. I'm in a investigation phase. I'm looking for ways to keep notes synchronized between phone and laptop, possibly using cloud storage. The notes are plaintext-markdown files created by some note-management system, and can be version controlled. Cloud storage involves privacy and security issues.
Describe the solution you'd like To use a version control repository on cloud storage, that is completely encrypted. There seems to be something called git-remote-gcrypt which creates encrypted remote git-repositories.
Describe alternatives you've considered Alternatives that seem like not a good idea:
Alternatives that seem possible:
Other alternatives:
Additional context
misc
links