password-hashes
password-hashes copied to clipboard
sha512crypt index out of bounds
The function produce_byte_seq() will cause an index out of bounds panic if the password supplied to sha512_crypt has a length larger than 64 bytes.
I'm having the same issues when using pbkdf2 with sha256 and sha512.
@kevoh1516 can you file a separate issue with a reproduction of your problem?
Sure.
Fixed in #328