We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
https://github.com/defuse/password-hashing/blob/master/PasswordStorage.java#L191
shows the method interface byte[] fromBase64(String hex) which is strange - why is the input param called hex (as its not hexadecimal)?
byte[] fromBase64(String hex)
hex
The text was updated successfully, but these errors were encountered:
Yeah, that's an error. It used to be hex encoded and I forgot to change the parameter name.
Sorry, something went wrong.
No branches or pull requests
https://github.com/defuse/password-hashing/blob/master/PasswordStorage.java#L191
shows the method interface
byte[] fromBase64(String hex)
which is strange - why is the input param calledhex
(as its not hexadecimal)?The text was updated successfully, but these errors were encountered: