A simple, elegant demo of how to hash text using the WPF + MVVM pattern demonstrated with multiple different hash algrithms including:
- MD5
- SHA1
- SHA256
- SHA384
- SHA512
- Whirlpool
- Streebog
This code comes as-is and should not be used for sensitive material.
Whirlpool algorithm by Roger Knapp.