[Question] How to open file encrypted with SQLitePCLRaw.bundle_e_sqlcipher (.Net)? #3878
Unanswered
BieleckiLtd
asked this question in
Q&A
Replies: 1 comment
-
SQLCipher (which you're referring to) is supported by the https://github.com/pawelsalawa/sqlitestudio/wiki/DbSqliteCipher plugin. The problem is that it's a little bit outdated (update is pending) and it may have issues opening databases created with recent SQLCipher engine. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
SQLitePCLRaw.bundle_e_sqlcipher nuget package is the default 'go to' when encrypting database with C# and .Net (https://docs.microsoft.com/en-us/dotnet/standard/data/sqlite/encryption?tabs=netcore-cli). I can't seem to find a way to open file in SQLiteStudio encrypted this way. Any ideas? Thanks.
Beta Was this translation helpful? Give feedback.
All reactions