Hash: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
m (Added transition to the Russian page) |
||
Line 19: | Line 19: | ||
==See Also== | ==See Also== | ||
{{Utility functions}} | {{Utility functions}} | ||
[[ru:hash]] |
Revision as of 08:25, 10 August 2014
This function returns a hash of the specified string in the specified algorithm.
Syntax
string hash ( string algorithm, string dataToHash )
Required Arguments
- algorithm: A string which must be one of these: "md5", "sha1", "sha224", "sha256", "sha384", "sha512"
- dataToHash: A string of the data to hash.
Returns
Returns the hash of the data, false if an invalid argument was used.
See Also
- addDebugHook
- base64Decode
- base64Encode
- debugSleep
- decodeString
- encodeString
- fromJSON
- generateKeyPair
- getColorFromString
- getDevelopmentMode
- getDistanceBetweenPoints2D
- getDistanceBetweenPoints3D
- getEasingValue
- getNetworkStats
- getNetworkUsageData
- getPerformanceStats
- getRealTime
- getTickCount
- getTimerDetails
- getTimers
- getFPSLimit
- getUserdataType
- getVersion
- gettok
- isTransferBoxVisible
- setTransferBoxVisible
- hash
- inspect
- interpolateBetween
- iprint
- isOOPEnabled
- isTimer
- killTimer
- md5
- passwordHash
- passwordVerify
- pregFind
- pregMatch
- pregReplace
- removeDebugHook
- resetTimer
- setDevelopmentMode
- setFPSLimit
- setTimer
- ref
- deref
- sha256
- split
- teaDecode
- teaEncode
- toJSON
- tocolor
- getProcessMemoryStats
- utfChar
- utfCode
- utfLen
- utfSeek
- utfSub