Write Data to YAML File

YAML is a text-based data format that commonly used to store application configuration. Basically, YAML consist of collection of key/value pairs separated by a colon (:). A table includes a...

Generate SHA3-224 Hash

SHA3-224 is a cryptographic hash function that accepts a string of any length and returns a 224-bit fixed-length digest value, commonly represented as a sequence of 56 hexadecimal digits. SHA3-224...

Generate SHA-224 Hash

SHA-224 is a cryptographic hash function that accepts a string of any length and returns a 224-bit fixed-length digest value, commonly represented as a sequence of 56 hexadecimal digits. SHA-224...

Get Extension of File Path

A file extension is a suffix at the end of a filename which specifies the file type. For example, .gz is the extension of the filename archived.tar.gz. Programming languages provides...

Set Environment Variable

Environment variable is a named value on a computer that can be used to affect running processes. Programming languages provides methods to set an environment variable. A table includes a...

Get Environment Variable

Environment variable is a named value on a computer that can be used to affect running processes. Programming languages provides methods to get an environment variable. A table includes a...

Generate SHA3-512 Hash

SHA3-512 is a cryptographic hash function that accepts a string of any length and returns a 512-bit fixed-length digest value, commonly represented as a sequence of 128 hexadecimal digits. SHA3-512...

Generate SHA-512 Hash

SHA-512 is a cryptographic hash function that accepts a string of any length and returns a 512-bit fixed-length digest value, commonly represented as a sequence of 128 hexadecimal digits. SHA-512...