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.
Copilot says:
AI-generated
Whip up strong, random passwords right on your device with zero internet fuss—this nifty tool keeps your secrets local and secure while making password creation a breeze!
Key features:
- 🔒 Generates cryptographically strong random passwords
- 🖥️ Available as both web and Windows desktop apps
- 🎯 Fully local operation with no web calls for privacy
- ⚙️ Customizable character sets and savable option profiles
This summary was generated by GitHub Copilot based on the project README.