Help: test-random-password
Bounty program for improvements to Tcl and certain Tcl packages.
Tcl 2019 Conference, Houston/TX, US, Nov 4-8
Send your abstracts to tclconference@googlegroups.com
or submit via the online form by Sep 9.

The "test-random-password" command:

Usage: fossil test-random-password [N] [--entropy]

Generate a random password string of approximately N characters in length. If N is omitted, use 12. Values of N less than 8 are changed to 8 and greater than 57 and changed to 57.

If the --entropy flag is included, the number of bits of entropy in the password is show as well.