Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 535 Bytes

readme.md

File metadata and controls

17 lines (10 loc) · 535 Bytes

Pretty Password Generator

Deployed Application: Password Generator

Description

A password generator that allows the selection of character sets.

  • Uppercase Letters
  • Lowercase Letters
  • Numbers
  • Special Characters

It also allows users to selectively exclude characters from the generation set. This allows users to disallow characters that may be incompatible with certain password prompts.

Makes use of the web Crypto API to pull random characters from a given set.