Submit #2295
error code of crypt-blowfish
| Status: | Closed | Start date: | 01/30/2012 | |
|---|---|---|---|---|
| Priority: | Low | Due date: | ||
| Assignee: | - | % Done: | 0% |
|
| Category: | - | |||
| Target version: | - |
Description
According to http://www.openwall.com/lists/oss-security/2011/11/15/3,
On encountering an error, it should return something else than ':'.
Upon discussion with sjg@, we decided to change to NULL. According to
the man page(crypt(3)), upon an error, NULL should be returned.
I tested by changing hash from sha to blf and generating new passwords.
Related todos