Grypt
Embeds secrets in a git repository using deterministic encryption. Store your ssl priv keys in the same repo as your nginx config, without needing to trust your git host.
Install / Use
/learn @polydawn/GryptREADME
grypt is a tool that allows one to store secrets in a git repository.
Getting Started
Here's an example to start a repository using grypt, assuming you're inside a repository.
If you want a random key: % grypt keygen .git/key
If you want to derive a key from a passphrase (perhaps for easy sharing later): % grypt phrase .git/key
Note: run keygen or phrase, not both.
% grypt init .git/key
grypt will print out a suggestion on what to enter in the repository's
.gitattributes file. For more information, see gitattributes(5).
grypt help will display some online help.
How It Works
grypt uses deterministic encryption and enciphers/deciphers data as it is written to the git object store. If a repository is not configured to use grypt, the encrypted blob is displayed. git's filter support is used for this, see git-config(1) for more information.
Related Skills
node-connect
341.8kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
84.6kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
341.8kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
commit-push-pr
84.6kCommit, push, and open a PR
