sqlectron / sqlectron-core

Home Page:https://sqlectron.github.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Replace crypto.createCipher with crypto.createCipheriv

MasterOdin opened this issue · comments

The former is deprecated (https://nodejs.org/api/crypto.html#crypto_crypto_createcipher_algorithm_password_options) and should be replaced with the latter.

Same with crypto.createDecipher as well.