pplanel/Hash Calculator

Hash Calculator lets you calculate the cryptographic hash value of a string.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
methodThe algorithm used to hash the input string. Check docs for all available methods.yes
inputInput string to be convertedyes
output_lenWhen choosing MD3(Keccak) you can optionally choose its output length. Default is 512 bits.no-1
truncateTruncate the output digestnofalse
namedescription
digestGenerated hash based on input and hash method.