Skip to content

Hash

SHA-256 and SHA-512 cryptographic hashing.

2 modules

ModuleDescription
Hash SHA-256Hitung hash kriptografi SHA-256 dari teks
Hash SHA-512Hitung hash kriptografi SHA-512 dari teks

Modules

Hash SHA-256

hash.sha256

Hitung hash kriptografi SHA-256 dari teks

Parameters:

NameTypeRequiredDefaultDescription
textstringYes-Teks untuk di-hash
encodingstringNoutf-8Teks untuk di-hash

Output:

FieldTypeDescription
hashstringPengkodean teks
algorithmstringHash SHA-256 (64 karakter heksadesimal)

Hash SHA-512

hash.sha512

Hitung hash kriptografi SHA-512 dari teks

Parameters:

NameTypeRequiredDefaultDescription
textstringYes-Teks untuk di-hash
encodingstringNoutf-8Teks untuk di-hash

Output:

FieldTypeDescription
hashstringPengkodean teks
algorithmstringHash SHA-512 (128 karakter heksadesimal)

Released under the Apache 2.0 License.