Skip to content

Upgrade out of deprecated method crypto.createDecipher #71

@CryptoPishka

Description

@CryptoPishka

Get rid of deprecated method crypto.createDecipher :

const decipher = crypto.createDecipher('aes256', cet);

It throws the following exception in the terminal:

(node:936) [DEP0106] DeprecationWarning: crypto.createDecipher is deprecated.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions