Show HN: Own Your Secrets – Sync encrypted secrets from any repo to any device

  • Posted 2 hours ago by sayanarijit
  • 1 points
https://cottage-sync.github.io
This browser-local WASM app complements https://github.com/sayanarijit/cottage 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).

0 comments