I was using photo editing program called capture one, everything was fine until my project file stopped opening.
In project file I have .cocatalogdb file, which is clearly just a SQLite Database (it have SQLite format 3 at the beginning). So, if I try to open it using DB browser for SQLite, its asking for password for this database, but password was never set to it. But I don't know why database is asking me for password, because its not encrypted, and I can clearly see all contents (kinda) of it if I open it using TextEdit (like I see headers, I see tables etc). If it was encrypted, I would see nothing.
If I create new project file and open new created database for new project, it opens without problem (no password), so I think problem is just in corrupted database.
So my question is anyone know which bytes in sqlite database file is responsible for asking password?