C# Password Generator

I have written a small program that will generate random passwords of any size. I am constantly making up new passwords for different things, and found several other password generators online. But I thought I’d write my own for the fun of it. I wrote it in C# using the new Visual C# Express Edition. So it requires the .Net 2.0 framework to run. Next I’d like to convert it to javascript and put it online. You can download the program here and the source here. Feel free to do with it as you like.

The program is pretty simple as can be seen in this screenshot. It can generate multiple passwords of any length with lowercase, uppercase, numbers, and symbols.

1 Response to “C# Password Generator”


  1. 1 nim

    Your password generator is can you get it to generate bank passwds

Leave a Reply