[Buildbot-commits] [Buildbot] #1942: Store passwords in hashed form

Buildbot nobody at buildbot.net
Wed May 4 22:28:40 UTC 2011


#1942: Store passwords in hashed form
------------------------+------------------------
Reporter:  dabrahams    |       Owner:
    Type:  enhancement  |      Status:  new
Priority:  major        |   Milestone:  undecided
 Version:  0.8.3p1      |  Resolution:
Keywords:  auth         |
------------------------+------------------------

Comment (by tom.prince):

 I think the canonical solution to this is to load the passwords from a
 file.

 To have the hashes be secure, you would also have to make sure that the
 hashed passwords were properly salted.

 A more sensible option might be to expose twisted.cred, which has support
 for unix password files, among other things.

-- 
Ticket URL: <http://trac.buildbot.net/ticket/1942#comment:1>
Buildbot <http://buildbot.net/>
Buildbot: build/test automation


More information about the Commits mailing list