SecureBlackbox Lite 2020 iOS Edition

Questions / Feedback?

nextPass (method)

Generates a random password.

Syntax

- (NSString*)nextPass:(BOOL)lowercase :(BOOL)uppercase :(BOOL)digits :(BOOL)specials :(int)len;
public func nextPass(_ lowercase: Bool, _ uppercase: Bool, _ digits: Bool, _ specials: Bool, _ len: Int32) throws -> String

Remarks

Use this method to generate a random password. Tune up the desired length and composition of the password using Lowercase, Uppercase,Digits, Specials, and Len parameters.

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