-
Notifications
You must be signed in to change notification settings - Fork 84
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
createCipheriv support #25
Comments
createDecipheriv is missing too. |
@trustedtomato this module is a fork of crypto-browserify. At the moment it doesn't implement anything additional. If you find a reliable shim for createCipheriv that works in React Native, please link it here :) |
@mvayngrib I was thinking that |
@BrodaNoel you're right, it has been a while since I checked upstream. Want to give updating this module a try? |
Any updates? Especially looking for decipheriv! |
why createCipheriv does not accept key that was created in pbkdf2? |
Hi team! Any updates on this? Is there any plan to support them? |
There is no createCipheriv method in this library while there is in the Node.js one..
Firstly, is the support planned?
Secondly, I have a special use case, where the
iv
is an empty string. Can I accomplish that somehow with the existing methods?The text was updated successfully, but these errors were encountered: