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
- Host: GitHub
- URL: https://github.com/gitjournal/git-salt-box
- Owner: GitJournal
- Archived: true
- Created: 2021-12-03T20:12:45.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-01-04T21:44:07.000Z (over 4 years ago)
- Last Synced: 2025-02-21T20:24:54.444Z (over 1 year ago)
- Topics: encryption, git, nacl
- Language: Dart
- Homepage:
- Size: 37.1 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
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