Sqlite AES-256 instead of 128

Any idea if the encryption can be changed while using it with Xojo ? currently they use AES-128, is it possible to change it to 256 and how ?

thanks

The encryption method is “compiled” into the SQLite plugin that Xojo supplies… this plugin would need to be replaced with another one compiled with different parameters, and still compatible with Xojo…

<https://xojo.com/issue/31055> may be of interest and one that you add to your My Top Cases in Feedback.

Added my support for Feedback Case #31055.

In MBS SQL Plugin you can use prefix “aes256:” to your key.
Maybe that also works for the built in SQL engine.

(it’s both SQLite + SEE, so it may have same parameters)

[quote=337692:@Christian Schmitz]In MBS SQL Plugin you can use prefix “aes256:” to your key.
Maybe that also works for the built in SQL engine.

(it’s both SQLite + SEE, so it may have same parameters)[/quote]
We are looking into that.

Added my 75 points to it…

Robert