Skip to content

Latest commit

 

History

History
43 lines (31 loc) · 1.06 KB

File metadata and controls

43 lines (31 loc) · 1.06 KB

🔐 Password Manager

A modern WPF (.NET Framework) desktop application for managing passwords, featuring a sleek dark theme and all essential security tools.

📸 Preview

grafik

✨ Features

  • ➕ Add password entries (service, username, password)
  • 👀 View stored passwords in the list
  • 🎨 Modern dark interface
  • 🔍 Search through stored passwords

🛠️ Technology Stack

  • C#
  • WPF
  • .NET Framework

🚀 Getting Started

# 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!

📄 License

This project is licensed under the MIT License - see the LICENSE file for details.


⚠️ Important Note

This is a BASIC version for demonstration. It does NOT include:

  • 🔒 Encryption
  • 💾 Data persistence (saves only in memory)
  • 🛡️ Security features