Recommended Posts

Here is a password generator I have made. You can choose to include lower and upper case letters, numbers, special characters or include your own characters. You will need the .NET 3.5 SP1 framework installed.

I know there are plenty out there but I decided to make my own. :)

passwordgenerator.png

Download

If you do use this for your passwords, you do so at your own discretion, I don't accept any responsibility for your actions.

Link to comment
https://www.neowin.net/forum/topic/804676-password-generator/
Share on other sites

  • 2 weeks later...
  • 3 weeks later...
It seems your program has a few problems. :p It will help if you combine all the characters into one list and remove duplicates.

The problem is though, you want a password of 16 characters but only have 2 different characters. So it generates with what is has. :)

The problem is though, you want a password of 16 characters but only have 2 different characters. So it generates with what is has. :)

First Screenshot: There are 26 letters and only one @. So there shouldn't be 8 @ in the password.

Second Screenshot: There are only two letters, a and b. So there shouldn't be 15 a's and only one b.

So first of all, combine all the selected character sets into one string, so you have "abcdefghijklmnopqrstuvwxyz@". This way, so many @ don't appear in the password.

Second, remove duplicate characters, so "aaaaaaaaaaaaaaab" becomes just "ab".

Great and all -- good way to practice skills, etc. but as you stated there are many out there.

I would just stick with this one -- can create right on the website or download an offline version.

http://www.pctools.com/guides/password/

Allows you to create from 1 to 100 and also gives phonetic spelling of the passwords, etc. Comes with a password checker, etc. But yours looks like a good start.

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.