How to store passwords, seed phrases, and 2FA codes in your Vaultr vault
Store passwords, seed phrases, private keys, TOTP 2FA secrets, API keys, and secure notes in Vaultr's secrets manager, all encrypted client-side.
Quick answer: Vaultr’s built-in secrets manager lets each vault slot store passwords, seed phrases, private keys, TOTP 2FA secrets, API keys, and secure notes — all encrypted client-side so the server only ever holds ciphertext. Just unlock a slot, open the secrets manager, choose the secret type, enter the details, and save.
Vaultr is a self-custody crypto super-app where each account can hold up to 16 vault slots, each opened by its own password. Every slot includes a secrets manager, turning your vault into an encrypted store for your most sensitive credentials — not just crypto, but logins and recovery material too.
What can I store in the Vaultr secrets manager?
Each slot’s secrets manager can hold:
- Passwords — logins for any service.
- Seed phrases — recovery phrases for wallets.
- Private keys — raw key material.
- TOTP 2FA secrets — the time-based one-time-password seeds used for two-factor authentication.
- API keys — developer and service credentials.
- Secure notes — freeform sensitive text.
Everything you save is encrypted client-side, meaning the encryption happens on your device before anything is sent. The server stores only ciphertext and never sees your plaintext secrets.
How do I add a secret to my vault?
Follow these steps:
- Unlock the vault slot you want to store the secret in, using that slot’s password.
- Open the secrets manager within that slot.
- Choose the secret type — password, seed phrase, private key, TOTP 2FA secret, API key, or secure note.
- Enter the details (for example, the password value, the 12/24-word seed phrase, or the TOTP secret).
- Save. Vaultr encrypts the secret on your device with AES-256-GCM before storing it; the server receives only ciphertext.
Repeat for each credential you want to keep. Because each slot is a separate profile, you can keep different secrets in different slots.
How do I store a TOTP 2FA secret?
A TOTP (Time-based One-Time Password) secret is the seed behind the rotating 6-digit codes used for two-factor authentication. To store one:
- When a service shows you a 2FA setup screen, locate the secret key (often offered as text alongside a QR code).
- In Vaultr’s secrets manager, choose the TOTP 2FA secret type.
- Enter the secret and label it for the relevant service.
- Save — it’s encrypted client-side like every other secret.
Storing the TOTP secret in your vault keeps your 2FA seeds in the same encrypted, client-side-protected place as your other credentials.
Are my secrets safe if the server is breached?
Yes. Vaultr’s secrets are encrypted on your device with AES-256-GCM, and the server stores only ciphertext. A server-side breach exposes encrypted blobs, not your passwords, seed phrases, or keys. Decryption keys are derived from your slot password on your device and never leave it.
Additionally, because the server always reports every slot’s type as “normal,” an attacker can’t even tell which slot is your real one versus a decoy — so your sensitive secrets benefit from the same plausible deniability as the rest of your vault.
Should I use separate slots for different secrets?
You can. Each of your up to 16 vault slots is a fully separate profile with its own secrets manager. For example, you might keep work API keys in one slot and personal seed phrases in another, or place sensitive material in a hidden slot that isn’t even listed. This compartmentalization limits what’s visible if any single password is exposed.
FAQ
Does Vaultr ever see my plaintext secrets?
No. Encryption is client-side with AES-256-GCM, so the server only ever stores ciphertext. Your plaintext exists only on your device after you unlock the slot.
Can I store both crypto material and regular logins?
Yes. The secrets manager handles passwords, seed phrases, private keys, TOTP 2FA secrets, API keys, and secure notes — all in one encrypted place.
What encrypts my secrets?
Data is sealed with AES-256-GCM, with keys derived on your device. The server cannot decrypt your secrets.
Start organizing your passwords, keys, and 2FA seeds securely in the Vaultr vault.
Didn’t find what you needed?
Back to the Knowledge Base