How to obtain database file and open it on a desktop?

Thank You Nick. :slight_smile:

I’ve now done that but am now stuck decrypting the dB. Using OpenSUSE 13.2:

$ sqlcipher strip.db 
sqlite> PRAGMA key = 'password'; 
sqlite> ATTACH DATABASE 'plaintext.db' AS plaintext KEY '';
Error: file is encrypted or is not a database
sqlite> .databases 
Error: file is encrypted or is not a database

After some searching online for this (and seeing lots of help from the friendly folks at Zetetic), I’m not sure what do do next. SQL is not my forté. :slight_smile:

Any thoughts?

Thank you.