Home > Article > Backend Development > Password, please! – Building an open source password generator with FastAPI
If you think "password123" is secure, I’ve got some news for you… It’s not! I’m excited to share that I’ve just rolled out pwplz (or "Password, please!"), a free and open-source tool built with Python and FastAPI to simplify password security. It's designed to give anyone instant access to strong, unique passwords – no more relying on sticky notes or weak placeholders.
Check it out at pwplz.com and get started with your first strong password.
The goal was twofold:
You can read more about the development process in my blog post or explore the source code on GitHub.
I’m actively seeking advice and feedback from experienced developers as I continue to refine this tool. If you have suggestions, bug fixes, or improvements, please don’t hesitate to open a pull request or drop me a message! Whether you're a Python expert or just getting started, all kinds of contributions are welcome and appreciated.
This project is my first big step into sharing my work with the community, and I’m eager to connect with fellow developers. If you’re interested in discussing ideas or simply want to chat, feel free to reach out through my website or email me at alex@devarno.com.
Let’s work together to make password security a breeze for everyone. Stay safe online and never fall for weak password traps! ??
The above is the detailed content of Password, please! – Building an open source password generator with FastAPI. For more information, please follow other related articles on the PHP Chinese website!