A secure and user-friendly desktop application for managing credentials using Windows Credential Manager.
- Securely store and manage credentials using Windows Credential Manager
- Add, edit, and delete credentials
- View all stored credentials in a table format
- Toggle password visibility for added security
- User-friendly graphical interface built with PySide6
- Windows 10 or later
- Python 3.7 or later
- PySide6
- pywin32
-
Clone the repository:
git clone https://github.com/MichaelDeCortix/credential-manager-app.git cd credential-manager-app -
Create a virtual environment (optional but recommended):
python -m venv venv source venv/bin/activate # On Windows, use `venv\Scripts\activate` -
Install the required packages:
pip install -r requirements.txt
To run the application, execute the following command from the project root directory:
python -m src.main
- This application uses Windows Credential Manager to securely store credentials.
- Passwords are not stored in plain text within the application.
- The application runs locally on your machine and does not transmit data over the network.
Contributions are welcome! Please feel free to submit a Pull Request.
This project is licensed under the MIT License - see the LICENSE file for details.
This application is provided "as is" without warranty of any kind. Use at your own risk.