Skip to content

Hash

SHA-256 and SHA-512 cryptographic hashing.

2 modules

ModuleDescription
SHA-256ハッシュテキストのSHA-256暗号ハッシュを計算
SHA-512ハッシュテキストのSHA-512暗号ハッシュを計算

Modules

SHA-256ハッシュ

hash.sha256

テキストのSHA-256暗号ハッシュを計算

Parameters:

NameTypeRequiredDefaultDescription
textstringYes-ハッシュするテキスト
encodingstringNoutf-8ハッシュするテキスト

Output:

FieldTypeDescription
hashstringテキストエンコーディング
algorithmstringSHA-256ハッシュ(64桁の16進数)

SHA-512ハッシュ

hash.sha512

テキストのSHA-512暗号ハッシュを計算

Parameters:

NameTypeRequiredDefaultDescription
textstringYes-ハッシュするテキスト
encodingstringNoutf-8ハッシュするテキスト

Output:

FieldTypeDescription
hashstringテキストエンコーディング
algorithmstringSHA-512ハッシュ(128桁の16進数)

Released under the Apache 2.0 License.