草庐IT

childinformationSchema

全部标签

javascript - Mongoose 加密

如何加密不包含子文档中特定字段的子文档?我正在尝试使用mongoose-encryptionplugin在以下架构上实现加密.我的父模式即“parentSchema”被加密,但不是子模式。我需要加密“childSchema”和“childinformationSchema”。我在这里缺少什么?varchildinformationSchema=newSchema({otherwitnes:String,reportedemployOther:String,status:String,updateddate:Date,updatedby:String});childinformation