In the sqlite3 documentation the last parameter is about an encryption
key : "An optional encryption key used when encrypting and decrypting
an SQLite database. ". Is it compatible with the official sqlite
extension ?
If sqlite3 extension can manage encryption , what about pdo ?
I searched for several hours about PHP and Sqlite encrypted database
but don't find anything usefull. Any link will be appreciate :)
Thanks in advance