Skip to content
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

Crypto has no method 'createDecipheriv' #880

Closed
qinglu008 opened this issue Jul 16, 2013 · 2 comments
Closed

Crypto has no method 'createDecipheriv' #880

qinglu008 opened this issue Jul 16, 2013 · 2 comments

Comments

@qinglu008
Copy link

When I call createDecipheriv that function of crypto module in node-webkit, It throws the error message like this - "Uncaught TypeError: Object # has no method 'createDecipheriv' ".

But it work well at nodejs environment, what's a problem here ? : (

my code:

var crypto = require('crypto');
var decipher = crypto.createDecipheriv('des', 'key', 'iv');
@Ydro
Copy link

Ydro commented Jul 16, 2013

And on the good tradition ... ;)
See: #875

@qinglu008
Copy link
Author

i renamed the variable and it resolved it 👍

@qinglu008 qinglu008 changed the title Crypto has no method 'createDecipheriv' Crypto has no method 'createDecipheriv' Apr 25, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants