class WEBrick::HTTPAuth::BasicAuth
def self.make_passwd(realm, user, pass)
def self.make_passwd(realm, user, pass) pass ||= "" pass.crypt(Utils::random_string(2)) end
def self.make_passwd(realm, user, pass) pass ||= "" pass.crypt(Utils::random_string(2)) end