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

Support fort AES-CBC #15

Open
clauderobi opened this issue Dec 7, 2023 · 0 comments
Open

Support fort AES-CBC #15

clauderobi opened this issue Dec 7, 2023 · 0 comments

Comments

@clauderobi
Copy link

Hi,

I am successfully using this module but now I am faced with supporting AES-CBC; openSSL insists at encrypting my private RSA key with CBC.

I did try a few react native module that supposed to support CBC but without success. And they take a string as input (one actually does it for the key too!!!), which would not work with a binary data or totally random keys (which I need to support).

Is it possible to add CBC support,. despite the name of this project? How anyone has a suggestion for a good AES-CBC module?

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

1 participant