이 문서는 https://tiddlywiki.com/languages/ko-KR/에서 티들리위키의 정적 HTML 표현의 일부입니다

sha256 Operator

2022년 1월 29일 오전 10:55
purposeapply sha256 hash to a string
inputa selection of titles
parameterL=the number of characters to return, up to a maximum of 64
outputthe base64 encoded sha256 of the input, truncated to the specified length

Learn more about how to use Filters

Introduced in v5.1.14

Hashes are a way of turning strings of arbitrary length into obfuscated strings of fixed length. They are often used in situations where items need to be stored by name but it is inconvenient to allow arbitrary length strings.

See Wikipedia for details of the sha256 operation.

Examples