SQLiteEncryptionUsingEFCore icon indicating copy to clipboard operation
SQLiteEncryptionUsingEFCore copied to clipboard

It's Impossible to open the file db by DB Browser

Open Yfeldmanbulwarx opened this issue 4 years ago • 2 comments

After I did all the steps, file.db was created, when I am trying to open this file by DB Browser I get some error "Could not open database file, Reason: file is not a database"

Yfeldmanbulwarx avatar May 21 '21 11:05 Yfeldmanbulwarx

I believe you don't have SEE license which is not free for encrypted source code. But the compiled dll could be free.

Jonney3099 avatar Sep 29 '21 03:09 Jonney3099

You have to use the correct version I had the same issue.

It looks like there are two versions "SqLite and SQCipher"? Make sure to use SQCipher and a version >= 3.11.0. The current version is 3.12.2 image

When password is requested on "Open database" it should look similar to this image

Password: Test123

AlexHolly avatar Jan 06 '23 16:01 AlexHolly