Probe Password
Click to copy
Password and hash match check
Flow Connections
- [Input] In - starts the block's execution.
- [Output] Out - activates when the block has finished its execution.
Data Connections
- [Input] password (string) - password string.
- [Input] hashed_password (string) - password hash string.
- [Output] matched (boolean) - match result, true if there is a match, false otherwise.