Simple Password Generator

A very simple Password Generator in vanilla Javascript.

Demo: https://simple-password-generator.netlify.app/

Options

  • Type of password (Words | String)
  • Uppercase
  • Lowercase
  • Digits
  • Symbols
  • Prefix
  • Suffix
  • Length
  • Number of words
  • Delimiter
  • Link to external wordlist?

Features

  • Generate random strings
  • Generate word-based strings
  • Dynamically enable/disable options based on type of password
  • Fetch wordlist from external URL if specified