unix4fun/passwd

garbage or space suffixed password strings don't compare correctly.

Closed this issue · 1 comments

it so happen that some db, depending on the schema used, might pad/suffix the string data with additional incorrect data, while the original string is correct the padded data are considered as part of the hash, which is incorrect, as we carry the keylength, we should enforce and make sure we only use the appointed data.

stricter parsing is required.

the fix has been identified and will be committed shortly.

fixed and released 0.1.1