Skip to content

Hash

SHA-256 and SHA-512 cryptographic hashing.

2 modules

ModuleDescription
Hash SHA-256Calcola l'hash crittografico SHA-256 del testo
Hash SHA-512Calcola l'hash crittografico SHA-512 del testo

Modules

Hash SHA-256

hash.sha256

Calcola l'hash crittografico SHA-256 del testo

Parameters:

NameTypeRequiredDefaultDescription
textstringYes-Testo da hashare
encodingstringNoutf-8Testo da hashare

Output:

FieldTypeDescription
hashstringCodifica del testo
algorithmstringHash SHA-256 (64 caratteri esadecimali)

Hash SHA-512

hash.sha512

Calcola l'hash crittografico SHA-512 del testo

Parameters:

NameTypeRequiredDefaultDescription
textstringYes-Testo da hashare
encodingstringNoutf-8Testo da hashare

Output:

FieldTypeDescription
hashstringCodifica del testo
algorithmstringHash SHA-512 (128 caratteri esadecimali)

Released under the Apache 2.0 License.