About Database Encryption in OrientDB

后端 未结 1 521
北恋
北恋 2021-01-23 00:55

I\'am evaluating OrientDB for a SaaS-CRM project and really expect to use it. Since data security is a key factor, I\'d like the OrientDB development team to answer my questions

相关标签:
1条回答
  • 2021-01-23 01:44
    1. Do you mean encrypt records? OrientDB provides encryption at storage level, but once records are sent to node.js driver, they are decrypted. If you want such encryption it's not supported out of the box, sorry. You can still use SSL to encrypt data of your connection in case and this is provided out of the box.
    2. It's a feature request, but it's not on our roadmap for the next year unless we find a sponsor for it.
    0 讨论(0)
提交回复
热议问题