A lightweight and secure password generator and manager built using Python. This project provides an intuitive user interface for generating and saving strong passwords, and it can be hosted as a web application using platforms like Render.
Generate secure, random passwords of customizable length using Python's cryptographic libraries.
GUI Mode: A graphical interface for local users.
Web Mode: Hosted on Render for easy access from any device with a browser.
Serverless Architecture: Designed to work without a backend database, ensuring simplicity and security.
Secure Practices: The application focuses on user privacy, ensuring no passwords are stored on the server in web mode.
- The passwords file is not stored on the server.
- Passwords are generated randomly and are not stored on the server for security reasons.
- Use the generated passwords responsibly, and do not share your passwords file with others.
This project is licensed under the MIT License. See the LICENSE file for details.