Hi,
I am currently testing enpass 6 and parts of my tests included reading the actual encrypted SQLite database. I wasn't able to decrypt the files using the sqlcipher program:
sqlcipher vault.enpassdb
SQLCipher version 3.15.2 2016-11-28 19:13:37
Enter ".help" for instructions
Enter SQL statements terminated with a ";"
sqlite> PRAGMA key='test123456';
sqlite> PRAGMA kdf_iter=100000;
sqlite> SELECT count(*) FROM sqlite_master;
Error: file is encrypted or is not a database
I