Hi!
I’m using Unreal 5.4.4.
In my game I’m using a Sqlite3 database file, which is on folder MyGame/Content/Database.
Will this file encrypted when I package the game? Or, how can I encrypt it?
Thanks!
Hi!
I’m using Unreal 5.4.4.
In my game I’m using a Sqlite3 database file, which is on folder MyGame/Content/Database.
Will this file encrypted when I package the game? Or, how can I encrypt it?
Thanks!
I don’t think so, why would it be? As for how to do it yourself, I’m not aware of such a feature inside the engine. I think it would require a custom script. Is the project online btw?
Thanks. No, it isn’t online.
SQLLite has an encryption extension for that occasion.
https://sqlite.org/com/see.html
Thanks. I have to include it in the project, but I don’t know how.