节点加密解密

时间:2019-01-09 23:30:48

标签: javascript node.js encryption

我正在尝试使用基于不同算法的crypto.js解码密码。我可以对字符串进行编码,但无法使用以下代码对其进行解码。

crypto.createDecipher('aes-256-ctr', password)

错误::

    crypto.js:216
  this._handle.init(cipher, toBuf(password));

TypeError: Key must be a buffer
    at new Decipher (crypto.js:216:16)
    at Object.Decipher (crypto.js:213:12)

0 个答案:

没有答案