ethereumjs-wallet icon indicating copy to clipboard operation
ethereumjs-wallet copied to clipboard

Issue with creating Wallet from keystore

Open mzzovko opened this issue 6 years ago • 2 comments

I'm trying to create Wallet object from keystore, and whenever I try to create it I get the following error:

Error: sorry, createDecipheriv is not implemented yet
we accept pull requests

Code that fails (it's run in browser): const accountObject = ethereumJsWallet.fromV3(keystore, password, true)

Is it really not implemented, or am I using it wrong somehow?

mzzovko avatar Jan 07 '19 14:01 mzzovko

What system are you trying to run this on?

axic avatar Jan 09 '19 04:01 axic

Hi axic, I'm running it in: Google Chrome Version 71.0.3578.98 (Official Build) (64-bit) Linux Mint 18.2

Thing is, I'm not even sure how to debug this, or is it even a bug?

mzzovko avatar Jan 09 '19 08:01 mzzovko