You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Attempting to use bitauth as part of the bitpay node.js module, and seeing
crypto.js:202
var ret = this._handle.final();
^
Error: error:06065064:digital envelope routines:EVP_DecryptFinal_ex:bad decrypt
at Error (native)
at Decipher.Cipher.final (crypto.js:202:26)
at Object.decrypt (/home/.../node_modules/bitauth/lib/decrypt.js:7:23)
at new Bitpay (/home/.../bitpay.js:53:27)
Has this been encountered yet? Was not having this problem on Node 0.10.33, seems new to 0.12.0
The text was updated successfully, but these errors were encountered:
Attempting to use bitauth as part of the bitpay node.js module, and seeing
Has this been encountered yet? Was not having this problem on Node 0.10.33, seems new to 0.12.0
The text was updated successfully, but these errors were encountered: