layc41 / password-generator

This is a customizable random user password generator. It asks for length of password from 8 - 128 characters. Then asks for character types to be included in the password. Types of characters available are lowercase, uppercase, numbers, and symbols. If the amount of characters are out of range and no character types are selected, then a password cannot be generated.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Password Generator

This is a customizable random user password generator. It asks for length of password from 8 - 128 characters. Then asks for character types to be included in the password. Types of characters available are lowercase, uppercase, numbers, and symbols. If the amount of characters are out of range and no character types are selected, then a password cannot be generated.

Link to Deployed Application

Password Generator

Screen Shots

Generator

About

This is a customizable random user password generator. It asks for length of password from 8 - 128 characters. Then asks for character types to be included in the password. Types of characters available are lowercase, uppercase, numbers, and symbols. If the amount of characters are out of range and no character types are selected, then a password cannot be generated.


Languages

Language:JavaScript 47.7%Language:CSS 35.7%Language:HTML 16.6%