Password Generator Professional

Your complete password and serial number generator package.

Freeware

Tour Overview | First | Previous | Next | Last

Scripting



You can write a VBscript function that can perform operations on the passwords you are generating. The script is called once for each password. This will give you great freedom in modifying the passwords since you can use any standard VBscript calls on the password string.

To use this functionality, you first write the script file; then you can select the file before you start the generation process. The "Scripts" folder in the Password Generator Professional installation directory contains several example scripts.

The scripts have access to three different variables:

Variable: Description:
password The current password. When the script is loaded, this will contain the generated password. It is returned as the new password after the script has modified it.
count The number of the password (starts on 1). Can be used to e.g. perform tasks only on each 2. password.
total The total number of passwords that you chose to generate.



To get more information about the program and its features, visit Password Generator Professional.