Skip to content

TrulyFlawed/Password-Generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

Password Generator

Caution

Do not trust a random website made by an Internet stranger to generate good passwords. Please use a dedicated password manager to generate passwords securely for you.

This is a simple password generator program I made. It is heavily modeled off of Bitwarden's password generator, and thus includes many of those same configuration options from Bitwarden's password generator.

Features

  • Password length
  • Minimum amount of number and symbol characters
  • Enabling or disabling certain character sets (lowercase/uppercase letters, numbers, and symbols)
  • Excluding ambiguous characters (I, 1, & l, and O & 0)

Roadmap

  • Passphrase generation
  • Advanced symbol configuration
    • Allow users to pick which symbols can be used. This is useful for sites that don't fully accept the default symbol selections.
  • A UI that doesn't look like hot garbage

About

A simple password generation site built with vanilla HTML and JavaScript.

Resources

Stars

Watchers

Forks