The application was created for the purposes of research for master's thesis. The main goal was to check performance selected cryptography algorithms in .Net Framework. The second goal was to analyze the time efficiency of the XOR algorithm using parallel programming.
It is simple console application with text menu. The only thing you have to do is build project via Visual Studio or MSBuild and run .exe file.
- .Net Framework 4.5
- Damian Kleczko - Analysis of the performance of cryptography algorithms in .Net technology - Damian Kleczko
This project is licensed under the MIT License - see the LICENSE.md file for details