When verifying the password in argon2-jvm, it can only return true or false. The native verify-function however also passes through other error codes, like ARGON2_DECODING_FAIL or ARGON2_INCORRECT_TYPE if the hash is ill-formed. Is there any chance of exposing this information (for example via exceptions) in argon2-jvm?
When verifying the password in argon2-jvm, it can only return true or false. The native verify-function however also passes through other error codes, like ARGON2_DECODING_FAIL or ARGON2_INCORRECT_TYPE if the hash is ill-formed. Is there any chance of exposing this information (for example via exceptions) in argon2-jvm?