Hi Luigi, Yes, it is enough to open database with password and selected cipher. If you need to change password use this function: sqlite3db.ChangePassword(password, Upp::Sqlite3Session::CIPHER_CHAHA2020_DEFAULT) (changing from encrypted to unencrypted is done by entering an empty password) BR, Radek
sqlite3db.ChangePassword(password, Upp::Sqlite3Session::CIPHER_CHAHA2020_DEFAULT)
Report message to a moderator