Hash text using the most commonly used hash algorithm. Hashing is a process that transforms input data into a fixed-size string of characters,
which is typically a hash code, using a hash function. This technique ensures that even small changes in the input result in a drastically different hash code,
making it useful for data retrieval and integrity checks.