As usual, the first step is to perform the static analysis, for this step you can use the tool that you prefer.
For this example, we will hook the function $s8SiftDemo14ViewControllerC13checkPassword8passwordSbSS_tF and change its return value.
var check = Module.getExportByName(null, "$s8SiftDemo14ViewControllerC13checkPassword8passwordSbSS_tF")
Interceptor.attach(check,{
onLeave(retVal) {
return retVal.replace(0x1)
}
})
Also if the password is wrong are able to bypass the check