agnivade/easy-scrypt

Verify password not working if password len !=32

nbari opened this issue · 4 comments

nbari commented

Hi, if the password length is set != 32 the verify method always fails.

nbari commented

I have my naive fix based on your implementation here: https://github.com/nbari/crypto/blob/master/scrypt/scrypt.go

Ah yes ! What an embarrassing mistake .. I will fix it. Thank you for pointing it out !

@nbari - On another note, I didn't know that you were the author of immortal. Its a great tool, keep up the work !

nbari commented

many thanks :-) 👍