FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

2nahan/UDP-Server: Encrypted Messaging Program · GitHub

Latest commit

 

History

6 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

UDP-Server (Socket Programming)

Encrypted Messaging Program

Messages are sent over the server and there are client-client connections because of the broadcast. On the server side, users consisting of random usernames and passwords are created in a file and stored in the users.txt file. If the username and password in the file match, the server is logged in. Each message and user names sent on the server are encrypted using a predetermined token on the server and then decrypted to the other client.Those who are online can be seen on the server.

This project is written in C. Socket programming and threads are used.

About

Encrypted Messaging Program

Topics

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages


Back | FazBrowse Home | New Git URL