Own Your Secrets - Sync cottage encrypted secrets from any repo to any device
This browser-local WASM app complements cottage cli which helps you manage age-encrypted (supports SSH RSA/ed25519 keys) secrets in you own repo.
Brower Local - All data is encryped and stored locally in your browser. It treats your git repository as the secret provider.
WASM - This app is made with Rust WASM which allows type-enforced safe secrets handling.
How it works - It looks for .age files in repo, and decrypts them with the built-in private key (assuming the secrets were encrypted with the built-in public key).