Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 332 Bytes

File metadata and controls

14 lines (11 loc) · 332 Bytes

Hash-Algorithm-Example

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.