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

createCipheriv support #25

Open
trustedtomato opened this issue Apr 20, 2018 · 7 comments
Open

createCipheriv support #25

trustedtomato opened this issue Apr 20, 2018 · 7 comments

Comments

@trustedtomato
Copy link

trustedtomato commented Apr 20, 2018

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?

@trustedtomato
Copy link
Author

createDecipheriv is missing too.

@mvayngrib
Copy link
Member

@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 :)

@BrodaNoel
Copy link

@mvayngrib I was thinking that crypto-browserity support it.
Check this: https://github.com/crypto-browserify/crypto-browserify/blob/master/index.js#L23

@mvayngrib
Copy link
Member

@BrodaNoel you're right, it has been a while since I checked upstream. Want to give updating this module a try?

@sayem314
Copy link

Any updates? Especially looking for decipheriv!

@samaneh-kamalian
Copy link

why createCipheriv does not accept key that was created in pbkdf2?

@javiesses
Copy link

Hi team! Any updates on this? Is there any plan to support them?

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

6 participants