eggjs / eggjs/egg

DeprecationWarning: crypto.createCipher is deprecated.

Open
#4,205 0 comments 0 reactions 0 assignees View on GitHub
Inactive
Dominant language
TypeScript
Stars
19k
Forks
1.8k
PR merge metrics
No merged PRs in 30d

Description

- **操作系统**:
win10
- **Node 版本**:
12.13.1
- **Egg 版本**:
^2.15.1

```js
this.ctx.cookies.set('tbtu', '123', { encrypt: true });
```

```
[DEP0106] DeprecationWarning: crypto.createCipher is deprecated.
```

虽然不影响使用,但还是建议更新一下加密库

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.