Constants that are used to indicate hash type
.
Name | Description |
---|---|
MD5 | The MD5 algorithm (128-bit). |
SHA1 | The Secure Hash Algorithm 1 (SHA-1) (160-bit). |
SHA256 | The Secure Hash Algorithm 2, 256 bit digest (SHA-256). |
- Source:
Members
(static) MD5
The MD5 algorithm (128-bit).
- Source:
(static) SHA1
The Secure Hash Algorithm 1 (SHA-1) (160-bit).
- Source:
(static) SHA256
The Secure Hash Algorithm 2, 256 bit digest (SHA-256).
- Source: