Keeping an offline backup ensures you can recover your passwords if the device is lost or damaged. ZeroKeyUSB makes the process deliberate — no credentials leave the device without explicit authorization.Documentation Index
Fetch the complete documentation index at: https://docs.zerokeyusb.com/llms.txt
Use this file to discover all available pages before exploring further.
When to back up
- After importing or adding several credentials
- Before performing a factory reset or firmware update
- Before entering Danger Zone for any destructive action
- Periodically as part of your security routine
Backup format
Backups are transmitted as plaintext CSV over the USB serial (CDC) channel. Each line follows the format:62).
Exporting from the device
Steps
- Unlock the device with your Master PIN.
- Navigate to Menu → Backup → Export, or send
EXPORTover USB serial. - Hold Center to authorize the export.
- Connect a serial terminal or the web manager to capture the output (115200 bps).
- The device decrypts all 62 slots and streams them as CSV lines.
- Save the output to a file.
Storing the backup securely
After exporting:- Encrypt immediately using a tool you trust:
- Delete the unencrypted file from your downloads folder.
- Store the encrypted file in at least two separate locations (e.g., encrypted USB drive + secure cloud storage).
- Consider printing a copy and sealing it in a secure location for disaster recovery.
- Name the file with the date:
2026-04-zerokeyusb.csv.gpg.
Restoring a backup
Steps
- Decrypt your backup file if encrypted.
- Unlock the device and navigate to Menu → Backup → Import, or send
IMPORTover serial. - Hold Center to authorize.
- When you see
REQUEST_SAVE, send the total record count, then each CSV line. - Wait for the device to confirm each record:
"Record N stored correctly.".
Verifying the restore
After restoring:- Browse a few credentials to confirm they match the backup.
- Test TOTP codes if applicable — time may need re-syncing.
- Perform a quick login test on a non-critical account.
- Create a fresh backup of the restored state.
Best practices
| Practice | Why |
|---|---|
| Back up before any Danger Zone action | Factory reset is irreversible |
| Encrypt backups immediately | CSV is plaintext — anyone who finds it has all your passwords |
| Store in ≥ 2 locations | Protects against single point of failure |
| Test restores periodically | Ensures your backup is usable when you need it |
| Delete old backups when replaced | Reduces exposure window |