Skip to content

Latest commit

 

History

12 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

Repository files navigation

Password Generator

Caution

Do not trust a random website made by an Internet stranger to generate good passwords. I cannot in good faith recommend that you choose my shitty password generator over something else.

  • Most password managers come with a dedicated password generator, prefer to use them.
  • This is mostly a personal experiment that uses pseudo-random numbers currently (so it's not really secure).

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

0 stars

Watchers

1 watching

Forks

Contributors

Languages