You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: