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.
-
Notifications
You must be signed in to change notification settings - Fork 0
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# …
MattBarnes1/File-Updater-Program-Client-Server
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
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 0
No packages published