SecureBlackbox 2020 Python Edition

Questions / Feedback?

generate_hotp_password Method

Generates a new hash-based one-time password.

Syntax

def generate_hotp_password(counter: int) -> str: ...

Remarks

Call this method to generate a new hash-based one-time password (HOTP).

Use Counter to specify the counter setting to which the password should correspond.

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