GENPW
=====

GENPW is a TAL program, which generates 'meaningful' passwords.
It is written by Dr. Don Miller, and authorized to be distributed as freeware.

The following run modes are supported:

  GENPW [seed]
   
displays the generated passwords to the home terminal.
[seed] is an optional string, used in the password generator.



  GENPW/OUT <file>/ [num] [seed]

writes the generated passwords to OUT.
In case OUT exists, it is used.
In case OUT does NOT exist, it is created as EDIT type file.
[num] is the number of passwords to be generated. Legal values are 1 .. 32000.
When missing, or [num] is illegal, 16 is used.
[seed] is an optional string, used in the password generator.




PWGEN
=====
The PWGEN tool generates passwords, which fit the quality attributes defined in SAFEGUARD.
Simply run it and it displays one password, e.g.

$GHS1 GENPW 59> pwgen
PWGen (112) - T7172H06 - (23Jul2013)   System \GINKGO, running NSK H06.26
Copyright (c) GreenHouse Software & Consulting 2011..2013
Password quality requirements retrieved from SAFEGUARD:
MinQual: 1
Min Len: 0
Max Len: 64
Required quality attributes: 1
 -ALPHA     >0
 -UPPERCASE >0
 -LOWERCASE >0
 -NUMERIC   >0
 -SPACES     allowed

*** WARNING ***
The current password minimum length is zero.
Please set a value between 8 and 64.

Generated quality password:  RveqoK6G
$GHS1 GENPW 60>


To generate a number of passwords, supply this number to PWGEN.
The command syntax is:

  PWGEN[/out <file>] [<num>]

Valid values of <num> are 1 .. 100.


To direct the output to a file, specity an OUT paramater. In that case, only the generated
password is sent to the file.



23Jul2013
GreenHouse Software & Consulting