Skip to content

thelok/simplepasswordgenerator

Repository files navigation

Simple Password Generator

This is a simple web-based password generator. Passwords are generated entirely in the web browser. We do not know the passwords that are generated and we do not store any passwords.

Visit https://simplepasswordgenerator.net

Passwords are generated primarily using crypto.getRandomValues

Technologies used:

  • React/Typescript
  • Fluent UI for UI
  • Jotai for state management
  • Vite for bundling