SecureBlackbox 2020 .NET Edition

Questions / Feedback?

GenerateHOTPPassword Method

Generates a new hash-based one-time password.

Syntax

public string GenerateHOTPPassword(int counter);
Public Function GenerateHOTPPassword(ByVal Counter As Integer) As String

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 .NET Edition - Version 20.0 [Build 8165]