-
-
Notifications
You must be signed in to change notification settings - Fork 3
libsodium.Password
Andrew Lambert edited this page Nov 26, 2022
·
11 revisions
libsodium.Password
Protected Class Password
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.
Wiki home | Project page | Bugs | Become a sponsor
Text and code examples are Copyright ©2016-24 Andrew Lambert, offered under the CC BY-SA 3.0 License.