mongoose-field-encryption icon indicating copy to clipboard operation
mongoose-field-encryption copied to clipboard

DeprecationWarning Issues

Open aldinokemal opened this issue 1 year ago • 0 comments

Hi @wheresvic

your library is very usefull. However recently I got warning

(node:32520) [DEP0106] DeprecationWarning: crypto.createDecipher is deprecated. (Use node --trace-deprecation ... to show where the warning was created)

I believe we need to update crypto.createCipher become crypto.createCipheriv vice verca for decrypt as well

Thnaks

aldinokemal avatar Mar 12 '25 06:03 aldinokemal