SecureBlackbox Lite 2020 Kotlin Edition

Questions / Feedback?

NextPass Method

Generates a random password.

Syntax

public fun nextPass(lowercase: Boolean, uppercase: Boolean, digits: Boolean, specials: Boolean, len: Int): 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 Kotlin Edition - Version 20.0 [Build 8063]