Skip to content

Latest commit

 

History

History
29 lines (15 loc) · 917 Bytes

README.md

File metadata and controls

29 lines (15 loc) · 917 Bytes

CryptChat

A LAN chat application with Encryption. Uses sockets.

Features

  • Can Send and receive message over LAN/Wifi
  • Encrypts the message and outputs the encrypted message
  • Multiple instances of the application can be used to chat with multiple users.

Screenshots

Installation

  • Clone the repository to your desktop.

  • Use Visual Studio 2012 or above to open the solution file.

  • Build and run the project to generate exe in the debug folder.