SQLite数据库的安全数据库、安全、SQLite

2023-09-05 08:52:42 作者:青丝茧

我正在开发将被存储用户敏感数据的应用程序。我的问题是使用的其他应用程序,用户可以查看与该存储的数据。然后,我需要为一般的数据更好的安全性。

I'm developing an application which will be storing user sensitive data. My issue is using other applications that a user can view that stored data with. Then I need to provide better security for the data in general.

有没有办法提供SQLite数据库和表更好的安全性?

Is there any way to provide better security for SQLite database and tables?

推荐答案

源码的作者提供了加密数据的版本。它不是免费的,虽然

The author of sqlite offers a version that encrypts data. It's not free though