SecureBlackbox 2020 Python Edition

Questions / Feedback?

next_pass Method

Generates a random password.

Syntax

def next_pass(lowercase: bool, uppercase: bool, digits: bool, specials: bool, len: int) -> str: ...

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 2020 Python Edition - Version 20.0 [Build 8154]