Getting Started: Install and First Steps
Run the portable DB Browser (SQLCipher) on Windows in minutes. Extract the app, launch it, and open or create your first encrypted SQLite database.
Need help? See Troubleshooting for common issues like "file is not a database".
Install the portable app
Use the button above to download the portable installer from GitHub Releases.
Double‑click the file, choose a destination folder you can write to (e.g. Documents or a USB drive).
Open the folder and run SQLiteDatabaseBrowserPortable.exe. No admin rights required.
First steps in the UI
Go to File → New Database. Choose a location and name. To encrypt, set a passphrase when prompted (SQLCipher).
Use File → Open Database. If the DB is encrypted, enter the correct key and parameters when prompted.
Open the Execute SQL tab to run queries. To verify encryption support, run: PRAGMA cipher_version;.
Tips & pitfalls
- Use a strong, unique passphrase. Avoid reusing passwords from other services.
- Keep backups before rekeying or migrating encrypted databases.
- If you see "file is not a database", check SQLCipher version/parameters and your key. See Troubleshooting.
- Stick to Windows 10/11 64‑bit when possible for best compatibility.