Security Best Practices
Lock down your vault and keep your data under your control.
Use Multi-Factor Authentication (MFA)
BoxOwl requires MFA for all accounts. During registration, a QR code is displayed. Scan it with any TOTP-compatible authenticator app (Google Authenticator, Authy, Microsoft Authenticator, etc.).
After setup, you will need a 6-digit code from your authenticator app every time you log in on a new device. The code refreshes every 30 seconds.
Save your recovery codes. If you lose your phone or uninstall your authenticator app, recovery codes are the only way to regain access. Store them in a password manager or write them down and keep them in a safe place.
Enable Biometric Unlock
For faster daily access, enable biometric unlock after your first login:
- Go to Settings > Security > Biometric Unlock
- Toggle the switch and confirm with your device biometric prompt
- On the next launch, unlock with fingerprint or face recognition instead of typing your password
Biometric unlock is local-only. Your fingerprint or face data never leaves your device and is never sent to BoxOwl's servers. If you uninstall the app, biometric access is revoked automatically.
Biometric unlock does not replace MFA. It only speeds up local app access. You will still need your password and MFA code when logging in on a new device or after a full logout.
Choose a Strong Password
Logins, payment methods, and secure notes are encrypted on your device. BoxOwl never has access to the plaintext.
Your BoxOwl password protects your account and helps derive the local encryption key. A strong password:
- Is at least 12 characters long
- Uses a mix of uppercase, lowercase, numbers, and symbols
- Is not reused from another service
- Is not based on personal information (names, birthdays, addresses)
We recommend using a password manager to generate and store your BoxOwl password.
Account Recovery
If you forget your password, you can reset it via email:
- On the login screen, tap Forgot Password?
- Enter your registered email address
- Check your inbox for a reset link (expires in 1 hour)
- Choose a new password and log in again
You must still provide your MFA code after resetting your password. MFA is never disabled by a password reset. This is intentional — if your email is compromised, the attacker still cannot access your vault without your authenticator.
Review Your Public Profile
Fields marked Public appear on your profile page at boxowl.me/u/{handle}. Regularly audit what you share:
- Go to Settings > Public Profile > Preview
- Review every visible field
- Toggle visibility back to Private if you no longer want something exposed
Remember: public profile fields are indexable by search engines. Treat them like a business card.
Export Your Data
BoxOwl supports full JSON export so you always have a portable copy of your vault:
- Go to Settings > Account > Export Data
- Confirm your password
- The export is generated and saved to your device downloads
We recommend exporting your data after significant updates or before switching devices. The export includes all categories, visibility settings, and metadata.
Account Erasure
You can permanently delete your account and all associated data at any time:
- Go to Settings > Account > Delete Account
- Read the deletion warning carefully
- Enter your password to verify identity
- Confirm the final prompt
Deletion triggers a cascade removal of all vault data, activity history, connections, agent tokens, and public profile data. Your handle is released and may be claimed by another user. This action is irreversible.
Export your vault before deleting if you need a personal backup.
Agent Token Hygiene
If you create agent tokens for third-party integrations or automation:
- Grant only the scopes the integration actually needs (principle of least privilege)
- Revoke tokens you no longer use in Settings > Agent Tokens
- Never commit tokens to public code repositories
- Rotate tokens periodically if they are used in long-running services
Report Security Issues
If you discover a vulnerability or suspicious activity, email support@boxowl.me. We follow coordinated disclosure and aim to respond within 48 hours.