Web Based Password Generator

Ok, so this is kind of a little thing I did. I wanted a page that would generate a password without anything done on the server side. I wanted it all to be done on the client. I also wanted the ability to exclude certain characters, but yet allow others of a category. For example, one of our old legacy systems doesn't handle quote's very well, so I want to exclude quotes from the generated passwords. So, I set out to create one. It's done entirely in javascript with no server post back (for the paranoid security folk out there). Most generators I found all did a post back.

http://apps.frakkingsweet.com/password/

If you like it or have any suggestions, please leave a comment.
Notable features:

  • Generate multiple passwords at once
  • Minimum count of characters in character groups
  • Easily toggle character groups
  • Remove left or right side of the keyboard characters
  • Entirely browser/javascript based
  • Configurable password length
  • Easily select the password without the annoying space that most sites have