# File control/EditProperties/EditProperties.rb, line 234
  def arg_password=(new_password)
    @argument[:value] = @pw_enc.crypt(new_password)
  end