1

I am using EF6 to work with Sqlite database, Now I would like to password protect my local Sqlite database. I did googling but most of the links are using "Entity Framework core" or using "Ado .net". Anyone has sample or any hint how I will achieve this using EF6. I am using following packages:

enter image description here

Database extension: .db

0

1 Answer 1

0

The legacy CryptoAPI database encryption codec is disabled by default in all release binaries. You will have to build the binaries yourself, enabling the encryption codec at compile-time. Or you can obtain a license for the SEE extension to SQLite.

Sign up to request clarification or add additional context in comments.

Comments

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.