A website that generates passwords following best industry practices.
https://ttb3ar.github.io/passgen/
Features include:
Light/Dark theme toggling
Japanese and English languge support with transition effects and indicator
Saving of last used theme/languge
Responsive UI that reacts to mouse hovers
Show/hide password toggle for added security against shoulder surfing
Customizable parameters for passwords such as:
-Minimum length
-Maximum length
-Allowed special characters
-Characters to exclude from password
-Whether to include numbers
-Whether to include capital letters
-Whether to have one of each type
-To have no consecutive repeats or not
-Number of passwords to generate
-Copy passwords to clipboard button
Tech Stack: html,css,js (and i still found a way to bloat it)