1

I am working on a WinForm software and i use SQLite database in it.

Today i updated System.Data.SQLite from (Nuget) to version 1.0.113.6 and since then i get error at ChangePassword method in SQLiteConnection. I search for other method for password, i can't find any.

Also i can't open my database that has password that i set from older version of System.Data.SQlite and it always gives me

"SQL logic error Cannot use "Password" connection string property: library was not built with encryption support, please see "https://www.sqlite.org/see" for more information"

error when i try to connect to my database.

Is there anyway to enable opening encrypted databases or set password to new databases by this new SQLite update?

Update: I read that CryptoAPI in SQLlite got discontinued and my software assign a password for all databases that create it without password.

Is there a way to open these databases or at least remove the encryption?

1
  • please take a look on this answer Commented Feb 2, 2021 at 8:19

0

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.