An open API service indexing awesome lists of open source software.

https://github.com/gitjournal/git-salt-box

Transparent Git File Encryption with NaCl
https://github.com/gitjournal/git-salt-box

encryption git nacl

Last synced: about 1 year ago
JSON representation

Transparent Git File Encryption with NaCl

Awesome Lists containing this project

README

          

A sample command-line application with an entrypoint in `bin/`, library code
in `lib/`, and example unit test in `test/`.

Goals -
* Built on well known cryptographic primities - LibSodium
* Easy key management
- Use any Public/Private Key pair
- Use symmetric encryption

* Permissiviely licensed
* Easy to audit / implement in different languages