Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

encryptedfields mongoose-encrypt

// exclude age from encryption, still encrypt name. _id will also remain unencrypted
userSchema.plugin(encrypt, { encryptionKey: encKey, signingKey: sigKey, excludeFromEncryption: ['age'] });
Source by www.npmjs.com #
 
PREVIOUS NEXT
Tagged: #encryptedfields
ADD COMMENT
Topic
Name
3+1 =