Skip to content

Hash

SHA-256 and SHA-512 cryptographic hashing.

2 modules

ModuleDescription
Skrót SHA-256Oblicz kryptograficzny skrót SHA-256 tekstu
Skrót SHA-512Oblicz kryptograficzny skrót SHA-512 tekstu

Modules

Skrót SHA-256

hash.sha256

Oblicz kryptograficzny skrót SHA-256 tekstu

Parameters:

NameTypeRequiredDefaultDescription
textstringYes-Tekst do skrótu
encodingstringNoutf-8Tekst do skrótu

Output:

FieldTypeDescription
hashstringKodowanie tekstu
algorithmstringSkrót SHA-256 (64 znaki szesnastkowe)

Skrót SHA-512

hash.sha512

Oblicz kryptograficzny skrót SHA-512 tekstu

Parameters:

NameTypeRequiredDefaultDescription
textstringYes-Tekst do skrótu
encodingstringNoutf-8Tekst do skrótu

Output:

FieldTypeDescription
hashstringKodowanie tekstu
algorithmstringSkrót SHA-512 (128 znaków szesnastkowych)

Released under the Apache 2.0 License.