探针密码

点击复制

密码和哈希值匹配检查


流程连接

  • [Input] In - 开始该块的执行。
  • [Output] Out - 当区块执行完毕后激活。

数据连接

  • [Input] password (string) - 密码字符串。
  • [Input] hashed_password (string) - password hash string.
  • [Output] matched (boolean) - 匹配结果,如果有匹配则为真,否则为假。