Skip to content

After the user logs in, the software creates hashes of a directory and sends those to a master server. The master server spawns threads and handles file access. It currently has a flaw where it bottlenecks based on the speed of the slowest client. This unfortunately could be exploited by a malicious user. A future implementation will use the C# …

Notifications You must be signed in to change notification settings

MattBarnes1/File-Updater-Program-Client-Server

Repository files navigation

File Updater Program

After the user logs in, the software creates hashes of a directory and sends those to a master server. The master server spawns threads and handles file access. It currently has a flaw where it bottlenecks based on the speed of the first connected client. This unfortunately could be exploited by a malicious user. A future implementation will use the C# parallel library to resolve this issue.

About

After the user logs in, the software creates hashes of a directory and sends those to a master server. The master server spawns threads and handles file access. It currently has a flaw where it bottlenecks based on the speed of the slowest client. This unfortunately could be exploited by a malicious user. A future implementation will use the C# …

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages