Argon2Version Enumeration
There are two versions, 16 and 19. 19 is 5%-15% slower but fixes a vulnerability
where an attacker could take advantage of short time spans where memory blocks
were not used to reduce the overall memory cost by up to a factor of about 3.5.
Namespace: Gemstone.Security.Cryptography.Argon2HashAssembly: Gemstone.Security (in Gemstone.Security.dll) Version: 1.0.167 -- Release Build+327f7394dcedeaebafc0dd7a935c53bbb45ff86a
public enum Argon2Version
Public Enumeration Argon2Version
public enum class Argon2Version
Gemstone.Security.Cryptography.Argon2Hash.Argon2Version = function();
Gemstone.Security.Cryptography.Argon2Hash.Argon2Version.createEnum('Gemstone.Security.Cryptography.Argon2Hash.Argon2Version', false);
| Sixteen | 16 |
For Argon2 versions 1.2.1 or earlier.
|
| Nineteen | 19 |
For Argon2 version 1.3.
|