Issue with Blowfish Algorithm Requiring at Least 5 Bits and Crashing #1070
mustafacagripeker
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I’m encountering a problem when using the Blowfish algorithm in this library. It requires at least 5 bits of data, and if that condition isn’t met, the application crashes. Instead of crashing, would it be possible to return null or handle the error more gracefully? What are the reasons behind the current behavior?
Beta Was this translation helpful? Give feedback.
All reactions