Skip to content

A minimal password generator built with Go and HTMX. Also one static html file (browser.html) which has everything needed. The browser does the generation part.

Notifications You must be signed in to change notification settings

ramzsey/password-generator

Repository files navigation

Password Generator

This is stupid!

A minimal password generator built with Go and HTMX.

There are basically two reasons why I did it:

  1. I just needed within 1 - 3 seconds get several ready secured passwords. Copying from my terminal became inconvenient or maybe I am just a lazy person. I open the app now, the passwords are already there.
  2. I do not trust any password manager out there with sync. I store almost everything locally or in my own server, encrypted of course.

Two options:

  1. There's the Golang version where you can run it locally, deploy to Render, Vercel or do anything you want. I initially started with that unitill I got curious.
  2. And one static html file (browser.html) which has everything needed. The browser does the generation part. Try it right here https://password-generator.ramseythecoder.workers.dev/

The UI is AI generated, as you can see! I am horrible at design and colors.

About

A minimal password generator built with Go and HTMX. Also one static html file (browser.html) which has everything needed. The browser does the generation part.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published