MD4 hashing algorythm implementation and GUI app for hashing files and text. Was made by me as university 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.
Is WPF-based app for hashing files and plane text and comparing hashes. Currently interface is on russian.
- Change names of MD4 classes, current ones are horrrible.
- Optimize for hashing large files.