-
-
Notifications
You must be signed in to change notification settings - Fork 3
libsodium.Argon2
Andrew Lambert edited this page Jan 11, 2017
·
7 revisions
libsodium.Argon2
##Method Signature
Protected Function Argon2(InputData As MemoryBlock) As String##Parameters
| Name | Type | Comment |
|---|---|---|
| InputData | MemoryBlock | The data to be hashed. |
##Return value
The hash value, or Nil on error.
##Remarks
This method Generates an Argon2 digest of the InputData.
##See also
Wiki home | Project page | Bugs | Become a sponsor
Text and code examples are Copyright ©2016-26 Andrew Lambert, offered under the CC BY-SA 3.0 License.
- libsodium module
- FAQ
-
Examples
- Secure memory
- Password hashing
- Generic hashing
- Encrypting streams or files
- PKI
- Encryption
- Digital signatures
- SKI
- Encryption
- Message authentication