Show / Hide Table of Contents

Enum Argon2Version

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: Isopoh.Cryptography.Argon2
Assembly: Isopoh.Cryptography.Argon2.dll
Syntax
public enum Argon2Version

Fields

Name Description
Nineteen

For Argon2 version 1.3.

Sixteen

For Argon2 versions 1.2.1 or earlier.

  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX