Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -706,8 +706,8 @@ public static final class Version {
/**
* Absolutely maximum length bcrypt can support (18x32bit).
* Shorter passwords are repeated cyclically, possibly with NUL bytes separating each occurrence
* (but the NUL byte should not count against the limite: if the password is exactly this length
* the all characters are used and no repetition needs to happen, so no NUL needs to be inserted).
* (but the NUL byte should not count against the limit: if the password is exactly this length
* then all characters are used and no repetition needs to happen, so no NUL needs to be inserted).
*/
public static final int MAX_PW_LENGTH_BYTE = 72;

Expand Down