Topics
All
MacOS
(Only)
Windows
(Only)
Linux
(Only, Not)
iOS
(Only, Not)
Components
Crossplatform Mac & Win
Server
Client
Old
Deprecated
Guides
Examples
Videos
New in version:
10.1
10.2
10.3
10.4
10.5
11.0
11.1
11.2
11.3
11.4
Statistic
FMM
Blog
Calculate hash value of text.
Version | macOS | Windows | Linux | Server | iOS SDK |
2.7 / 9.2 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes |
Item | Details |
---|---|
Hash.CRC32 Calculates 32bit CRC value. | All 8.3 |
Hash.Digest Calculates a hash of a value. | All 4.1 |
Hash.DigestFile Calculates a hash of a file. | All 9.2 |
Hash.MD5 Calculated MD5 hash of given text. | All 2.7 |
Hash.MD5.HMAC Returns the a MD5 HMAC based on the key and the data string. | All 4.0 |
Hash.PBKDF2.HMAC Returns the PBKDF2 hash value of the data, first applying the salt value and using the specified hashAlgorithm. | All 3.3 |
Hash.RandomHexString Creates a random hex string. | All 3.3 |
Hash.RandomString Creates a random string. | All 3.1 |
Hash.SHA1 Calculated SHA-1 hash of given text. | All 3.1 |
Hash.SHA1.HMAC Returns the a SHA1 HMAC based on the key and the data string. | All 3.1 |
Hash.SHA256 Calculated SHA-256 hash of given text. | All 3.1 |
Hash.SHA256.HMAC Returns the a SHA256 HMAC based on the key and the data string. | All 3.1 |
Hash.SHA512 Calculated SHA-512 hash of given text. | All 2.7 |
Hash.SHA512.HMAC Returns the a SHA512 HMAC based on the key and the data string. | All 4.0 |
14 functions shown.
Feedback: Report problem or ask question.