You'll either need to modify the library and make the "guess" variable public,
Or you'll need to write your own code to handle the collecting of the password and instead use password.is(enteredPassword) for verification.
You'll either need to modify the library and make the "guess" variable public,
Or you'll need to write your own code to handle the collecting of the password and instead use password.is(enteredPassword) for verification.