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

Invalid Cipher Algorithm #179

Open
brianjd opened this issue Jun 11, 2023 · 3 comments
Open

Invalid Cipher Algorithm #179

brianjd opened this issue Jun 11, 2023 · 3 comments
Labels
bug Something isn't working

Comments

@brianjd
Copy link

brianjd commented Jun 11, 2023

Currently experiencing receiving the message Invalid Cipher Algorithm when trying to use createCipheriv. Looking at the RNQC source code it appears to happen when the JSI bindings aren't installed. But I am receiving the below in my output. Any other reason why Invalid Cipher Algorithm would be returned/thrown?

Installing JSI bindings for react-native-quick-crypto...
Successfully installed JSI bindings for react-native-quick-crypto!
@Montchy Montchy added the bug Something isn't working label Aug 14, 2023
@abreurapha
Copy link

Same problem here, any solution already? Thanks

@brianjd
Copy link
Author

brianjd commented Oct 13, 2023

@abreurapha In my case I only required a few specific functions, I ended up writing my own native module and removed this library.

@ospfranco
Copy link
Collaborator

The problem is that not all algorithms are implemented. Sponsoring clients dictated which algorithms were implemented. If you get the error, most than likely the specific algorithm you were trying to use, just wasn't implemented

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants