Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 314 Bytes

File metadata and controls

5 lines (4 loc) · 314 Bytes

A few parallel computing and security projects. Written using C# and standard libraries.

  • Project1: Multithreaded file counting application. You can see how many directories and file with their size in a given directory.
  • Project2: Multithreaded Prime Number Generation.
  • Project3: RSA Messaging Application