A modern WPF (.NET Framework) desktop application for managing passwords, featuring a sleek dark theme and all essential security tools.
- β Add password entries (service, username, password)
- π View stored passwords in the list
- π¨ Modern dark interface
- π Search through stored passwords
- C#
- WPF
- .NET Framework
# Clone the repository
git clone https://github.com/Pupler/Password-Manager.git
# Open in Visual Studio
cd Password-Manager
start Password-Manager.sln
# Build and run
# Press CTRL + F5 in Visual Studio!This project is licensed under the MIT License - see the LICENSE file for details.
This is a BASIC version for demonstration. It does NOT include:
- π Encryption
- πΎ Data persistence (saves only in memory)
- π‘οΈ Security features