1.0.6 • Published 7 years ago

ptah-encryption v1.0.6

Weekly downloads
1
License
ISC
Repository
-
Last release
7 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

7 years ago

1.0.5

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago