Portable database for storing secrets

2019-04-10 06:24发布

I'm developing a application that needs storing secrets in a database.

I need a portable database (like Firebird, Sqlite, etc) where the data will be stored encrypted or password protected or both...

Let's take as example that I want create a password manager. I will need store that passwords in a database. I'm accustomed to use Embed Firebird, but not for secret data.

Another solution is to use the database naturally and encrypt the database file when I'm not connected to file, but I'm not sure of the security or performance implications.

What the best method that you recommend?

7条回答
对你真心纯属浪费
2楼-- · 2019-04-10 07:16

REALbasic's built-in support for working with encrypted SQLite databases has worked well for me on a couple of projects.

查看更多
登录 后发表回答