I wanted to make a password generator, instead of using one on the net because: Security: Runs on client only (no server code). No password will be stored in any foreign password dictionary. Security: Password generation is random, which can be verified in the open JavaScript source code. Usability:...