Checksum
The Checksum registry offers functions to generate and verify checksums, ensuring data integrity. It supports various algorithms for reliable error detection and data validation.
Last updated
The Checksum registry offers functions to generate and verify checksums, ensuring data integrity. It supports various algorithms for reliable error detection and data validation.
Last updated
You can easily import all the functions from the checksum
registry by including the following import statement in your code
SHA1sum calculates the SHA-1 hash of the input string and returns it as a hexadecimal encoded string.
SHA256sum calculates the SHA-256 hash of the input string and returns it as a hexadecimal encoded string.
SHA512sum calculates the SHA-512 hash of the input string and returns it as a hexadecimal encoded string.
Adler32Sum calculates the Adler-32 checksum of the input string and returns it as a hexadecimal encoded string.
MD5sum calculates the MD5 hash of the input string and returns it as a hexadecimal encoded string.
Signature
Signature
Signature
Signature
Signature