Encrypt non an uasset file

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.

1 Like

SQLLite has an encryption extension for that occasion.
https://sqlite.org/com/see.html

1 Like

Thanks. I have to include it in the project, but I don’t know how.