Password generation, sharing, key generation, and key sharing — with the security model behind each flow.
Passwords are generated in your browser using a local word list and cryptographically secure randomness (Web Crypto).
When you choose to share, the password is encrypted on the server with AES-GCM and stored as a one-time secret.
SSH/Git key pairs are generated in your browser using Web Crypto.
Key sharing uses a pending-share flow designed so recipients generate their own private key locally.