Argon2ConfigTimeCost Property

Gets or sets the time cost used in the password hash. Minimum of 1. Defaults to 3.

Definition

Namespace: Gemstone.Security.Cryptography.Argon2Hash
Assembly: Gemstone.Security (in Gemstone.Security.dll) Version: 1.0.170 -- Release Build+ca3065dc8f8b84c59ee38bd3367c3e71f3818071
public int TimeCost { get; set; }

Property Value

Int32

Remarks

This is the number of iterations to perform. There are attacks on the Argon2Version.Sixteen with less than three iterations (if I'm reading the paper correctly). So, use a value greater than 3 here if you are not using Argon2Version. Nineteen.

See Also