robertohuertasm / SQLite4Unity3d

SQLite made easy for Unity3d
MIT License
1.28k stars 265 forks source link

Password protection #43

Closed mahgo closed 8 years ago

mahgo commented 8 years ago

Is it possible to protect a database with a password?

sandolkakos commented 8 years ago

Here you are some people saying about this: http://stackoverflow.com/questions/1381264/password-protect-a-sqlite-db-is-it-possible

robertohuertasm commented 8 years ago

@mahgo if you try what @sandolkakos is suggesting you let us know! 😀 It seems that it will ultimately depend on the specific sqlite library that every platform is using.