Back to browse
Own Your Secrets – Sync encrypted secrets from any repo to any device

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

by sayanarijit·May 14, 2026·1 point·0 comments

AI Analysis

●●SolidNiche GemCozy

Rust WASM bindings enforce type safety for age-encrypted secrets in the browser.

Strengths
  • Uses Rust WASM to bring memory-safe cryptography directly to the browser environment.
  • Leverages existing age-encrypted repos instead of forcing migration to a new vault.
  • Zero-knowledge architecture ensures the server never sees decrypted configuration data.
Weaknesses
  • Losing the local master passphrase permanently locks access to the device config.
  • Requires users to already maintain secrets in a specific Git repository format.
Category
Target Audience

Developers managing dotfiles or config secrets in Git repos

Similar To

1Password CLI · Bitwarden · git-crypt

Post Description

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.

Similar Projects