SHA256 Function

From Planfix
Revision as of 11:20, 22 April 2024 by Dmitri (talk | contribs) (Created page with "{{#seo: |title=Функция SHA256 |titlemode=append |keywords=planfix, Function, SHA256 |description=SHA256 function }} The SHA256() function accepts messages of any length and calculates a unique hash code with a fixed length. It is used when working with the API of various services to integrate them into Planfix. == Format == '''SHA256('''text''')''' == Example == SHA256("Good morning") Result: 607decee1e0350c692d8eafaaa0570642436b5abb761dddda489528b7b2a9aa3 ==...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

The SHA256() function accepts messages of any length and calculates a unique hash code with a fixed length. It is used when working with the API of various services to integrate them into Planfix.

Format

SHA256(text)

Example

SHA256("Good morning")

Result: 607decee1e0350c692d8eafaaa0570642436b5abb761dddda489528b7b2a9aa3

Important

  • Currently, the function does not work for formulas calculated only for summary strings or first groupings in reports..

Перейти