for a project I am working on right now, I needed an SQLite reader for encrypted DB files but could not find one so I build my own SQLite browser.
I was using DB Browser (SQLite) (which I find really awesome) but it is not working with encrypted SQLite DB files. I tried also DB Browser (SQLCipher) but still no luck so I build my own.
it is for simple tasks to browse quickly inside the SQLite DB and perform some queries.
I was using DB Browser (SQLite) (which I find really awesome) but it is not working with encrypted SQLite DB files. I tried also DB Browser (SQLCipher) but still no luck so I build my own.
it is for simple tasks to browse quickly inside the SQLite DB and perform some queries.