“Cifrypedfields con mangosta-cifrado” Código de respuesta

Cifrypedfields con mangosta-cifrado

// encrypt age regardless of any other options. name and _id will be left unencrypted
userSchema.plugin(encrypt, { encryptionKey: encKey, signingKey: sigKey, encryptedFields: ['age'] });
Wrong Wasp

Cifrypedfields con mangosta-cifrado

// exclude age from encryption, still encrypt name. _id will also remain unencrypted
userSchema.plugin(encrypt, { encryptionKey: encKey, signingKey: sigKey, excludeFromEncryption: ['age'] });
Impossible Ibis

Respuestas similares a “Cifrypedfields con mangosta-cifrado”

Explore las respuestas de código populares por idioma

Explorar otros lenguajes de código