# Functions

Hash a data string using SHA-256 and returns the checksum.
Returns a HMAC hash.
Get the path to the Home Directory, irrespective of underlying operating system.
Function to read .env file and return a `Profile`.
Function to read .ini file and return a `Profile`.

# Structs

Struct representing the contents of a config file as a Profile.Name and the Keys and values in a map, Profile.Map.