Getting Started with DB Browser (SQLCipher) for Windows
Follow this quick start to run the portable build, configure SQLCipher defaults, and open or create your first encrypted SQLite database. No installation required.
Step‑by‑step
Download the portable build
Go to the Download page and complete the CAPTCHA check to unlock the secure download. The portable build runs without installation.
Run the executable
Launch the downloaded executable on Windows 10/11. If SmartScreen appears, click “More info” → “Run anyway” only if you trust the source.
Open or create a database
Use “Open Database” to select an existing file, or “New Database” to create one. For encryption, choose SQLCipher when prompted and enter a strong passphrase.
Set SQLCipher defaults (optional)
Adjust cipher settings (page size, KDF iterations, HMAC) to match your security/performance targets. Consistency matters when sharing databases across environments.
Import CSV data (optional)
Use the Import feature to load CSV into a new or existing table. Verify column types and constraints after import.
Save and back up
When finished, save changes and back up the encrypted database. Store passphrases securely in a password manager.
Quick troubleshooting
- Download didn’t start? Return to the Download page and retry the CAPTCHA.
- “Wrong key” or “file is not a database”? See Fix “wrong key” and the Troubleshooting hub.
- Performance concerns? Review Performance tips and PRAGMA guidance.