Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 784 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 784 Bytes

MD4

MD4 hashing algorythm implementation and GUI app for hashing files and text. Was made by me as university project.

MD4 project

Is a C# library with several implementations of MD4 algorythm.

  • MD4Base is an abstract class that implements basic operations.
  • MD4 is default implementation for hashing plane text.
  • FileMD4 is designed for hahsing files.

MD4_app project

Is WPF-based app for hashing files and plane text and comparing hashes. Currently interface is on russian. Снимок экрана 2023-01-23 в 10 34 15

ToDo

  • Change names of MD4 classes, current ones are horrrible.
  • Optimize for hashing large files.