This is the mail archive of the glibc-bugs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug manual/18188] Description of crypt(3) is insufficient for using


https://sourceware.org/bugzilla/show_bug.cgi?id=18188

--- Comment #2 from Ulrich Windl <Ulrich.Windl at rz dot uni-regensburg.de> ---
(In reply to Andreas Schwab from comment #1)
> Which part of this sentence is unclear?
> 
>      ... To
>      verify a password against the result of a previous call to
>      `crypt', pass the result of the previous call as the SALT.

OK, this is correct, but actually less infromation (only the salt) should do
also, and it does not answer the question how to create new hashes (i.e.: How
to prepare the "salt" parameter correctly for the various hash algorithms). The
manual page also does not mention any other algorithm than "classic DES" and
MD5 ($1$).
Real systems use newer algorithms however.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]