Generate SHA3-384 Hash

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

Generate SHA-384 Hash

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

Get File Size in Bytes

Working with filesystem we may need to get the file size in bytes. Programming languages provides various methods to do that. A table includes links to posts with examples. No.Programming...

Read Data from 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...