static fun checkHashForInteractive(hash: String, password: String): VerificationResult
(source)
Verify a password against a hash and check the hash is suitable for interactive use-cases.
Equivalent to verify(hash, password, interactiveOpsLimit(), interactiveMemLimit())
.
Note: only supported when the sodium native library version >= 10.0.14 is available.
password
- The password to verify.
Return
The result of verification.