Ticket #3316: ticket_3316_docs.patch
File ticket_3316_docs.patch, 585 bytes (added by , 18 years ago) |
---|
-
docs/authentication.txt
204 204 205 205 That's hashtype, salt and hash, separated by the dollar-sign character. 206 206 207 Hashtype is either ``sha1`` (default) or ``md5``-- the algorithm used to207 Hashtype is either ``sha1`` (default), ``md5``, or ``crypt`` (development version) -- the algorithm used to 208 208 perform a one-way hash of the password. Salt is a random string used to salt 209 209 the raw password to create the hash. 210 210