# File lib_core/rucy/passwd.rb, line 27
    def initialize(pw_enc=PasswordEncryptor.new)
      @pw_enc = pw_enc
      @pw_db = Hash.new
    end