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