Argon2id.Hash¶
Name | Mandatory | Description | Default | Type |
---|---|---|---|---|
⬅️ Input |
The input of the shard, if any | String |
||
Output ➡️ |
The resulting output of the shard | String |
||
MemoryCost |
No | The amount of memory to use in KiB. Default is 8192 (8 MB). | 8192 |
Int |
TimeCost |
No | The number of iterations to perform. Default is 4. | 4 |
Int |
Parallelism |
No | The degree of parallelism to use. Default is 1. | 1 |
Int |
Hashes a password using the Argon2id algorithm.