User Tools

Site Tools


syntax:functions:hashhex

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revisionBoth sides next revision
syntax:functions:hashhex [2019/12/07 14:31] – created dmitrysyntax:functions:hashhex [2019/12/07 14:37] dmitry
Line 1: Line 1:
-=====HashHex(algorithm, value)=====+=====HashHex(algorithm, text)=====
  
-Calculates hexadecimal hash of given value using one of the algorithms:+Calculates the hexadecimal hash of given text value using one of the algorithms:
   * md5   * md5
   * sha1   * sha1
Line 7: Line 7:
   * sha384   * sha384
   * sha512   * sha512
 +
 +Remarks: data types other than text are not converted into text automatically. All texts are assumed to have the UTF-8 encoding. The algorithm name is case-insensitive. The value is case-sensitive.
  
 Example: Example:
Line 16: Line 18:
  
   * [[syntax:functions:hash|Hash(value)]]   * [[syntax:functions:hash|Hash(value)]]
 +  * [[syntax:functions:hmachash|HMACHash(algorithm, key, value)]]
syntax/functions/hashhex.txt · Last modified: 2021/09/17 23:09 by craigt

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki