coolman Messages: 119 Registered: April 2006 Location: Czech Republic
Experienced Member
Hi,
From the comment in the int Sqlite3Session::SetDBEncryption(int cipher)
// "default:cipher" => use SQLCipher during the entire lifetime of database instance
// CIPHER_CHAHA2020_SQLEET settings are backward compatible with the previous sqleet implementation in the U++
// Note: It is not recommended to use legacy mode for encrypting new databases. It is supported for compatibility
// reasons only, so that databases that were encrypted in legacy mode can be accessed.
So, if you will use cipher Upp::Sqlite3Session::CIPHER_CHAHA2020_DEFAULT, there is no problem (legacy is not set).