Enum Argon2Type
Enumerates the variants of the Argon2 algorithm that can be used to derive keys.
Namespace: TheXDS.MCART.Security
Assembly: MCART.Security.Argon2.dll
Syntax
public enum Argon2Type : byte
Fields
Name | Description |
---|---|
Argon2d | Argon2d algorithm. Provides resistance against GPU attacks. |
Argon2i | Argon2i algorithm. Provides resistance against Side-Channel attacks. |
Argon2id | Argon2id algorithm. Offers the advantages of both Argon2d and Argon2i simultaneously, at the cost of computational performance. |