SQLite 的替代方案,具有保护功能
我正在使用 atm 一个 SQLite 数据库,我将它提供给使用我的(wpf c#)应用程序的用户,但是我没有找到任何好的教程或指南如何保护我的 sqlite 数据库文件。我很高兴 SQLite 非常小,我的数据库文件只有 10KB。但是,如果人们有像 sqlitebrowser 这样的工具来打开 sqlite 数据库,那么他们就可以查看数据并编辑它!任何人都知道一个好的替代方案(或者如果您知道一个好地方,他们解释了我如何保护我的 SQLite 数据库并且还能够在应用程序中隐藏 SQLite 连接字符串)
I am using atm a SQLite database that I give to users who use my (wpf c#) application however I didn t find any good tutorial or guide how to secure my sqlite databasefile. I am very happy that SQLite is very small my database file is only 10KB. But if people have a tool like sqlitebrowser to open sqlite databases then they can just view the data and edit it! Anyone knows a good alternative(or if you know a good place where they explain how I can secure my SQLite database and also be able to hide the SQLite connectionstring in the application)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可能想尝试SQL Server Compact。它是免费的 - 不确定加密。
You may want to try SQL Server Compact. It's free - not sure about encryption.