pplanel/Hash Calculator
Hash Calculator lets you calculate the cryptographic hash value of a string.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| method | The algorithm used to hash the input string. Check docs for all available methods. | yes | — |
| input | Input string to be converted | yes | — |
| output_len | When choosing MD3(Keccak) you can optionally choose its output length. Default is 512 bits. | no | -1 |
| truncate | Truncate the output digest | no | false |
Outputs
| name | description |
|---|---|
| digest | Generated hash based on input and hash method. |