here is the infomartion;$ ./sqlite3 aa.db
SQLite version 3.6.23.1
Enter ".help" for instructions
Enter SQL statements terminated with a ";"
sqlite> ATTACH DATABASE 'dd.db' AS encrypted KEY '';
sqlite> SELECT sqlcipher_export('dd');
Error: no such function: sqlcipher_export
sqlite> DETACH DATABASE dd;
Error: no such database: dd