hashstring 1.1.0
----------------
hashstring is a POSIX-compliant shell script that generates cryptographic hashes
using common algorithms available on Linux systems.

Included files:
- hashstring      (the executable script)
- hashstring.1    (the manual page)

Installation:
Place 'hashstring' into a directory in your PATH, such as /usr/local/bin.
Place 'hashstring.1' into /usr/local/man/man1 or /usr/share/man/man1.

Architecture:
This program is architecture-independent. It runs on any system with a POSIX shell
and standard hashing utilities (sha256sum, md5sum, etc.).
