Local encryption
Secrets are encrypted in your browser before they leave your device.
Public beta · 100% free
MOTI stores your passwords, API keys, and .env variables in encrypted vaults. Everything is encrypted in your browser before leaving your device; the server never receives your plaintext credentials.
✓Client-side encryption · No plaintext on the server
Security by design
Each vault has its own data key. Your password only unlocks its envelope; values never reach the backend in plaintext.
Secrets are encrypted in your browser before they leave your device.
One decryption-key key per vault keeps each space isolated and makes protection rotatable.
Recover access with a recovery file that only you can custody.
Trust boundary
MOTI is designed to minimize what the backend needs to know to operate your account.
The model
Your password protects the encryption key. That key protects each vault. The server only receives the encrypted result.
// NO PLAINTEXT LEAVES THE BROWSEROnly unlocks your encryption key.
Your password creates a key that protects the other keys. (KEK)
One independent key protects each space. (DEK)
AES-256-GCM protects every value.
Workflow
Import your existing variables and encrypt every value in the browser before uploading it.
Recovery
We cannot reset your keys from the backend. That limitation is part of the model: use your recovery file to restore the hierarchy and set a new password.
!Keep your recovery file like a physical key: MOTI cannot replace it.
Public beta · Free while we build
A quiet workspace for the credentials that keep your product moving, without handing the keys to the server.
Separate production, staging, and development without mixing their keys.
Bring existing variables in and encrypt every value in the browser.
Choose when to add a recovery path to each vault.
Coming next
Secure collaboration for sharing context without handing your secrets or their keys to the server.
You're early
Tell us what feels confusing, missing, or broken. Do not include passwords, recovery keys, API keys, or other secrets.
Public beta · Free
MOTI is now available so you can protect your credentials with real control over your keys.