Skip to content

cry-1337/Password-Manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

7 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

Password Manager

Password Manager is a simple password management application in C#, demonstrating client-server architecture and a graphical user interface.

๐Ÿ”น Current Features

  • Server side: basic handling of client connections.
  • Windows Forms UI: interface for displaying and managing data. Login, registration, and password storage are not yet implemented.

๐Ÿ”น In Development

  • User login and registration.
  • Password hashing and encryption for secure storage.
  • Integration with SQLite for persistent data storage.

๐Ÿ”น Future Plans

  • Implement full authentication and authorization system.
  • Add password protection via hashing and encryption.
  • Integrate SQLite for storing passwords and change history.
  • Support secure import and export of passwords.

๐Ÿ”น Project Goals

  • Demonstrate client-server interaction and Windows Forms UI.
  • Provide a foundation for a secure, extensible password manager.

๐Ÿ”น Technologies

  • Language: C# / .NET
  • UI: Windows Forms
  • Networking: TCP sockets (server-side)

๐Ÿ”น How to Run

  1. Clone the repository:
    git clone https://github.com/cry-1337/Password-Manager.git
  2. Open the solution in Visual Studio.
  3. Build the project and start the server.
  4. Launch the client app and server app.
image

About

Password Manager on C#

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages