-
Notifications
You must be signed in to change notification settings - Fork 5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
web3.eth.accounts.decrypt: createDecipheriv is not a function #1071
Comments
Can you please test if the latest 1.0 branch fixes that? |
will release a version beta.22 today, please test |
Ok, I will test it, thanks
2017-09-25 17:50 GMT+03:00 Fabian Vogelsteller <[email protected]>:
… will release a version beta.22 today, please test
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#1071 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AJoaYQegHEYHyQDqQ9hPOfFyKThewQoDks5sl73AgaJpZM4Phg3Y>
.
|
I still get core.es5.js:1020 ERROR TypeError: cryp.createDecipheriv is not a function |
I still get the same error |
Found the problem, it should be crypto = require('crypto-browserify'); instead of crypto = require('crypto'); |
Hi !
Definitely there is something wrong with Do you have any update on that, @frozeman ? Thanks in advance ! |
Hello, |
The next version will have crypto-browserify as well. |
I get "TypeError: crypto.createDecipheriv is not a function" when I try to do web3.eth.accounts.decrypt. A possible fix: nwjs/nw.js#880
ERROR TypeError: crypto.createDecipheriv is not a function
at Accounts.webpackJsonp.../../../../web3-eth-accounts/src/index.js.Accounts.decrypt (index.js:252)
at FileReader.myReader.onloadend (
The text was updated successfully, but these errors were encountered: