storesafe/cordova-sqlcipher-adapter

Not able to decrypt database outside application

ncomo11 opened this issue · 0 comments

I have requirement where database need to be exported and sent to support in case of any malfunction. Usually we do that by getting the database from customer and opening it using external tool and inspect the issue.
Below page do talk about the details I may need to decrypt the database but it is not working:

https://www.zetetic.net/blog/2018/11/30/sqlcipher-400-release/

FYI I am using SQLite Studio and below is the options it has for decrypting SQLCipher database:
image