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