I definetly would use it. I think it's great.
The only change I would make is that after you have created a password, you have the option of making another one, or quitting.
Thanks!
done!


A quick hexedit of the proggie reveals someone has been playing with VB. A few extra quicky security tests and it appears you have been thorough in guarding against unexpected input. Nice work.
well actually it is written in C, but yes i did my best to validate the input


thanks for all the great response guys!!
i've changed the program to ask if you wish to generate another password, and the result is attached.

also added the GPL licence to it. now only problem is distributing it (i don't have a website) so if you guys like the program, please put it on your website....

the attachement contains:

PWgen.exe --> executable
PWgen.c -->Source
License.txt -->GPL license


p.s., you can compile it pretty easy on linux too, only thing needed to do perhaps is change the "getch()" function to "getchar()", for the rest it should be able to run

[edit]attachment has been altered, see post below[/edit]