password-hashing icon indicating copy to clipboard operation
password-hashing copied to clipboard

byte[] fromBase64(String hex) param incorrectly named

Open doridori opened this issue 8 years ago • 1 comments

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)?

doridori avatar Jan 25 '17 10:01 doridori

Yeah, that's an error. It used to be hex encoded and I forgot to change the parameter name.

defuse avatar Jan 25 '17 16:01 defuse