SecureBlackbox 2020 iOS Edition

Questions / Feedback?

isHOTPPasswordValid (method)

Validates a hash-based one-time password.

Syntax

- (BOOL)isHOTPPasswordValid:(NSData*)keySecret :(int)passwordLength :(int)counter :(NSString*)password;
public func isHOTPPasswordValid(_ keySecret: Data, _ passwordLength: Int32, _ counter: Int32, _ password: String) throws -> 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 iOS Edition - Version 20.0 [Build 8166]