开发者

Encrypted SQL database?

I'm looking for encrypted SQL database, I'm going to 开发者_运维知识库install it on client's machines, and I don't want client to database directly.

I know this is not 100% secure, and I'm not interested in SQL Server, SQLite or Oracle.

If you know any solutions of this kind please let me know.

Thanks.


One more idea: You can use any kind of DB and encrypt/decrypt data upon saving/retrieving. This way, you are not required to investigate databases with encryption support. You will be handling this operation to your programming language, most common languages have the capability to deal with encryption and decryotion.


Given your requirements, I suggest you use MySQL. It supports both Windows and Linux. It's free and open source and has concurrency support. Also it has cryptography support.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜