打开不同的sqlite tool

rc4: sqlite expert; chacha20(etc.): wxSQLite

2026-02-26

Written by: xiaobin

Since version 1.0.113.0 the public System.Data.SQLite package does not support its prior RC4 encryption any longer due to the removal of the SQLITE_HAS_CODEC interface in SQLite version 3.32.0.

Tools

About wxSQLite3

SQLite Expert does not support wxSQLite and SQLCipher

About Sqlit Cipher

DBrowser supports SQLCipher version 4.6.1; the latest SQLCipher version is 4.13.

SQLiteStudio

Database -> add a database

SQLite Expert

First, copy the old version(v1.0.112) of System.Data.SQLite.dll to the bin directory;

For example, the bin directory of the professional version:

C\Program Files (x86)\SQLite Expert\Professional 5
Tools -> Options

choose:

System.Data.SQLite.dll 3.30.1 [FTS3 FTS4 RTREE ENC2]

Ref