-
-
Notifications
You must be signed in to change notification settings - Fork 3
libsodium.GenericHashDigest
Andrew Lambert edited this page Feb 15, 2017
·
13 revisions
libsodium.GenericHashDigest
##Class Declaration
Protected Class GenericHashDigest
##Remarks This class computes a fixed-length fingerprint for an arbitrarily long message. Usage is similar to the built-in MD5Digest class but uses the much faster and more secure BLAKE2b algorithm. You may optionally use a secret key when hashing the data.
This class also supports keyed and un-keyed SHA256 and SHA512 digestion.
###Note This class is not suitable for password hashing. Use the Password class instead.
##Methods
##Shared methods
##See also
- GenericHash method
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.
- libsodium module
- FAQ
-
Examples
- Secure memory
- Password hashing
- Generic hashing
- Encrypting streams or files
- PKI
- Encryption
- Digital signatures
- SKI
- Encryption
- Message authentication