SecureBlackbox 2020 PHP Edition

Questions / Feedback?

NextPass Method

Generates a random password.

Object Oriented Interface

public function doNextPass($lowercase, $uppercase, $digits, $specials, $len);

Procedural Interface

secureblackbox_rnd_do_nextpass($res, $lowercase, $uppercase, $digits, $specials, $len);

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