SQLite with encryption/password protection Ask Question

SQLite with encryption/password protection Ask Question

I'm just learning to use SQLite and I was curious if such is possible:

  1. Encryption of the database file?

  2. Password protect opening of the database?

PS. I know that there is this "SQLite Encryption Extension (SEE).", but according to the documentation, "The SEE is licensed software...." and "The cost of a perpetual source code license for SEE is US $2000."

ベストアンサー1

Here are a few implementations:

おすすめ記事