SQLite Forum

Migrating to new SQLite version
Login
Our existing database is password protected and encrypted with RC4.

The newer versions of SQLite do not support RC4 and ChangePassword was also removed.

If I update my software-project with the latest version of SQLite, how would I be able to open an existing database with RC4 encryption?

A) not at all

B) by removing the encryption through a magic spell

C) by running two SQLite versions in parallel, one removing the password

D) ...

Can anybody help me?