Automate

Automate

Make your phone or tablet smarter with automation

Get it on Google Play

sha256

text sha256(text, flags)

Return an SHA-256 cryptographic 256-bit hash code of text as characters in the UTF-8 charset or an hexadecimal representation of bytes.

Flags:

FlagDescription
"h"Expect the text to be an hexadecimal representation of bytes, see hexEncode function.

Parameters

  1. text — text as characters in the UTF-8 charset or an hexadecimal representation of bytes.
  2. flags — optional text where each character is a flag.

Returns

  • an hexadecimal representation of the 256-bit checksum.
Note! This documentation is also accessible within the app from Help & feedback menu.