Properties
NAME | TYPE | DESCRIPTION |
type | string | Algo type. |
memoryCost | integer | Memory used to compute hash. |
timeCost | integer | Amount of time consumed to compute hash |
threads | integer | Number of threads used to compute hash. |
Example
JSON
{
"type": "argon2",
"memoryCost": 65536,
"timeCost": 4,
"threads": 3
}
JSON
{
"type": "argon2",
"memoryCost": 65536,
"timeCost": 4,
"threads": 3
}