Demo application for the use of the cryptographic hash functions contained in this Delphi library: https://github.com/winkelsdorf/DelphiEncryptionCompendium.
Allows the calculation of hash values of text input in various formats by using one of the various well known hash algorithms.
- added SHA3 support (SHA3-224, SHA3-256, SHA3-384 and SHA3-512), including support for incomplete last bytes
- added support for the Shake128 and Shake256 expandable output hash functions with a user definable hash length
- added support for specifying number of rounds for those algorithms supporting this