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'm using it as part of a small CLI helper library, in which I'm using the storing to file functionality, particulary with the secure option.
When I run on NodeJs v22, it crashes badly, as
Error parsing your configuration file: [....]: crypto.createCipher is not a function
I see this has already been updated in the source code of the library, where we are using createCipheriv instead.
However, that is not currently released.
Is there any plan to release the fix?
The text was updated successfully, but these errors were encountered:
Hey folks, I love the library.
I'm using it as part of a small CLI helper library, in which I'm using the storing to file functionality, particulary with the
secure
option.When I run on NodeJs v22, it crashes badly, as
I see this has already been updated in the source code of the library, where we are using
createCipheriv
instead.However, that is not currently released.
Is there any plan to release the fix?
The text was updated successfully, but these errors were encountered: