1.0.6 • Published 5 years ago

ptah-encryption v1.0.6

Weekly downloads
1
License
ISC
Repository
-
Last release
5 years ago

ptah-encryption

mongoose-field-encryption 重构

Email: lizizhen@cisystemsolutions.com

BUILD WIDTH: 使用mongoose-field-encryption mongodb字段加密

Build Setup

npm install ptah-encryption

使用

const mongooseFieldEncryption = require('ptah-encryption');

const EmployeesSchema = new Schema(
    {
        'hkid': {type: String},
        'payrollDate': {type: Date},
        'realWages': {type: Number}
    }
)

EmployeesSchema.plugin(mongooseFieldEncryption, {fields: ['hkid'], secret: encryptionKey});  //secret加載秘鈅   hkid:需要加密字段
1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago