Argon2ConfigTimeCost Property
Gets or sets the time cost used in the password hash. Minimum of 1. Defaults to 3.
Namespace: Gemstone.Security.Cryptography.Argon2HashAssembly: Gemstone.Security (in Gemstone.Security.dll) Version: 1.0.169 -- Release Build+43e28b5fd7125e5e0921cb1e975c038b7a974af2
public int TimeCost { get; set; }
Public Property TimeCost As Integer
Get
Set
public:
property int TimeCost {
int get ();
void set (int value);
}
function get_TimeCost();
function set_TimeCost(value);
Property Value
Int32
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.