SQLIte for Desktop and iOS

I put this question here since it is the most common location.

The ENCRYPT and DECRYPT features that XOJO supports for SQLite databases.

  • are they the same method for both Desktop and iOS (as in iOS will use the same key for the same database if dragged to a project?)
  • what method does XOJO use (I have seen “SEE” and other 3rd party extentions used)

What I want to be able to do is create a database from a non-XOJO source, but be able to use it in a XOJO desktop and/or XOJO iOS app just by dropping it into the project, so I need to make sure that the encyption API I choose is compatible.