How do I know sqlIte version and password of a db file?

976 views Asked by At

I have a db file but I don't know whether it was created with System.Data.Sqlite or anything else. And I also don't know its password.

Is there any way I can know sqlite password and db file version?

1

There are 1 answers

0
seeingidog On BEST ANSWER

Sqlite databases can be encrypted with an extension. If the database is not encrypted, the version number is in clearly indicated in the data file. If the database is encrypted, there is no way to recover the password practically.