egg
egg copied to clipboard
DeprecationWarning: crypto.createCipher is deprecated.
- 操作系统: win10
- Node 版本: 12.13.1
- Egg 版本: ^2.15.1
this.ctx.cookies.set('tbtu', '123', { encrypt: true });
[DEP0106] DeprecationWarning: crypto.createCipher is deprecated.
虽然不影响使用,但还是建议更新一下加密库