Password Maker

Password maker for web and windows

Screenshot of Password Maker

PasswordMaker is a simple tool to create cryptographically strong, pseudorandom strings. I made this years ago because I could not find an existing one that I liked. It has lots of options on what characters to include but is mostly just a β€˜fancy’ wrapper on System.Security.Cryptography.RandomNumberGenerator. There are web (Blazor) and Windows (WPF) versions. Passwords are made locally (web assembly or window) and never transferred over the internet.