Password Generator
    Generate a secure password
    I have chosen to make 16 character passwords with letters (uppercase and lowercase), numbers and a single symbol (chosen from a small group of nice special characters). This is super secure and should satisfy the requirements of most websites, though you'll still get the odd website that limits you to 12 characters or doesn't allow special characters or something else ridiculous.
    Passwords are generated client side and never sent to any server.

    Generating...