Skip to content

IliaTrofimov/MD4

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.