SecureBlackbox 2020 PHP Edition

Questions / Feedback?

IsHOTPPasswordValid Method

Validates a hash-based one-time password.

Object Oriented Interface

public function doIsHOTPPasswordValid($keysecret, $passwordlength, $counter, $password);

Procedural Interface

secureblackbox_otpserver_do_ishotppasswordvalid($res, $keysecret, $passwordlength, $counter, $password);

Remarks

Use this method to validate a hash-based one-time password (HOTP) by using explicit HOTP parameters. For this method to work, no user details need to be provided in Users collection.

Copyright (c) 2022 /n software inc. - All rights reserved.
SecureBlackbox 2020 PHP Edition - Version 20.0 [Build 8154]