https://github.com/bclehmann/secret-store
https://github.com/bclehmann/secret-store
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/bclehmann/secret-store
- Owner: bclehmann
- License: mit
- Created: 2024-06-05T05:11:41.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-08T03:49:03.000Z (about 1 year ago)
- Last Synced: 2025-01-10T22:42:10.707Z (5 months ago)
- Language: C++
- Size: 19.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Secret Store
Allows storing secrets in an encrypted file (at `~/.sneak`). This project works on both Windows and Linux (and presumably MacOS, but I haven't checked). This project requires a C++ 17 compiler.
Use `secretstore write` to write a secret, and `secretstore read` to read it.
Cryptography uses [libsodium](https://github.com/jedisct1/libsodium) as provided by [libsodium-cmake](https://github.com/robinlinden/libsodium-cmake.git)