I have a number of LiteDB database files. Some of them have password. when I open these files in the application, for those one which have password I will get the Invalid database password exception.
How I can check the database file before opened it to find if it has password protected or not? So I can show an input box to the user to get the password.
I'm using LiteDB in Windows WPF application (C#).
Thanks and sorry for my English. :)