Table of Contents

Enum PasswordHashArgonAlgorithm

Namespace
LibSodium
Assembly
LibSodium.Net.dll

Supported password hashing algorithms.

public enum PasswordHashArgonAlgorithm

Fields

Argon2i13 = 1

Argon2i version 1.3 — optimized for side-channel resistance.

Argon2id13 = 2

Argon2id version 1.3 — hybrid mode (default and recommended).