Skip to content

libsodium.Password

Andrew Lambert edited this page Nov 26, 2022 · 11 revisions

libsodium.Password

Class Declaration

 Protected Class Password

Remarks

This class provides secure storage, hashing, and comparisons for passwords. The password data is encrypted in secured memory to protect against accidental disclosure.

Use this class to temporarily store the user's input while you verify it against a hash, or derive a cryptographic key.

Methods

Shared methods

Clone this wiki locally