| Field and Description |
|---|
| at.favre.lib.crypto.bcrypt.BCrypt.Version.DEFAULT_MAX_PW_LENGTH_BYTE
this will return 71 which is not correct, the null terminator should not count towards the full length if the pw is exactly 72. Use
MAX_PW_LENGTH_BYTE instead. See https://github.com/patrickfav/bcrypt/pull/44 |
Copyright © 2018–2023. All rights reserved.