# File test/test_control.rb, line 412
    def crypt(password)
      @crypt_call += 1
      @pw_enc_orig.crypt(password)
    end