Skip to content
/ TextMe Public

Simple console text messenger with encryption using CryptoAPI

Notifications You must be signed in to change notification settings

ZuxiGIT/TextMe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TextMe

Simple console text messenger with encryption using CryptoAPI

build & run project:

  1. navigate into TextMe folder
  2. > mkdir build
  3. > cd build
  4. > cmake ..
  5. > msbuild TextMe.sln
  6. > .\Debug\server.exe 2000 (run server)
  7. > .\Debug\client.exe localhost 2000 (run client)

About

Simple console text messenger with encryption using CryptoAPI

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published