| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| PWGen-2.5.3-Src.zip | 2015-02-03 | 338.5 kB | |
| readme.txt | 2015-02-03 | 1.4 kB | |
| PWGen-2.5.3-Setup.exe | 2015-02-03 | 1.4 MB | |
| PWGen-2.5.3.zip | 2015-02-03 | 1.3 MB | |
| Totals: 4 Items | 3.1 MB | 0 | |
NOTES ON THE DOWNLOADABLE FILES:
--------------------------------
PWGen-xxx.zip : contains PWGen binary (PWGen.exe) & manual *without*
installer/setup; simply extract the contents of the .zip
file into a folder of your choice and execute PWGen.exe;
useful for portable applications (USB stick etc.)
PWGen-xxx-Setup.exe : contains setup for installing PWGen on your hard disk
PWGen-xxx-Src.zip : contains source code (C/C++, Borland C++ Builder)
RELEASE NOTES:
--------------
NEW FEATURES:
- new character set "<phoneticx>" in addition to "<phonetic>" for generating
phonetic passwords consisting of mixed-case letters, i.e., each letter will
be either lower-case or upper-case (chosen randomly); this effectively
increases the password security by 1.0 bit per character (thanks to Jimmy
for the suggestion!)
CHANGES & IMPROVEMENTS:
- when generating phonetic passwords with the options "Include at least one
upper-case letter" and "Exclude ambiguous characters" activated, PWGen no
longer checks which upper-case letters are not allowed and uses all 26 letters
instead (reason: the "Exclude ..." option is not supposed to be effective
for phonetic passwords)
- internal change: "Advanced password options" (which can be TRUE or FALSE)
are stored as "bit masks" (integer values) instead of strings of 0s and 1s