Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
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.
6 functions require a license (43%) and 8 functions are free to use.