SecureBlackbox 2020 Python Edition

Questions / Feedback?

is_hotp_password_valid Method

Validates a hash-based one-time password.

Syntax

def is_hotp_password_valid(key_secret: bytes, password_length: int, counter: int, password: str) -> bool: ...

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 Python Edition - Version 20.0 [Build 8154]