After encryption

After the SQLite database by using FMDB/SQLCipher encryption and decryption, how can, without a password, use the database tool SQLiteManager can easily access, see the contents of the data… I tried nil, NULL, “”, but is not successful, look forward to your reply, thank you

Hello @ganyanchao

You would first need to export a SQLCipher encrypted database to a plain text SQLite file in order to view the content without a password. You should specifically look at example 2 of the sqlcipher_export() documentation.