text sha1(text, flags)
テキストの SHA-1 暗号化160-bitハッシュコードをUTF-8文字セットの文字またはバイトの16進表現として返します。
Flags:
Flag | Description |
---|---|
"h" |
テキストはバイトの16進表現であると想定してください。hexEncode関数を参照。
(ENG)Expect the text to be an hexadecimal representation of bytes, see hexEncode function. |