Introduction


This is the JavaScript port of pwgen, Copyright (C) 2003-2006 KATO Kazuyoshi <kzys@8-p.info>. Originally it was available at http://8-p.info/pwgen/ - see here. I updated it to support special characters and to create the matching UNIX crypt-style hash for easy copy&paste. This page creates a set of 3 random passwords.

Passwords


Settings


  • password length
  • include at least one capital letter
  • include at least one number
  • include at least one special character !@#$^*()-_+?=./:',

Links


See also the article about password security read here