clsha2 - Man Page

Synopsis

clsha2 [OPTION] [FILE]

Description

clsha2 calculates the SHA2 hash value of the input, either a file or standard input and prints the hash value in hexadecimal (default) or base64 encoding on standard output. The hash value is 256 bits long.

No FILE or "-" reads from standard input.

Options

-base64 | -b64

   prints the hash value base64 encoded. Without this option the hash value
   is printed hexadecimal

--help

   prints a help text

--version

   prints the version of clsha2

Files

clsha2 uses the cryptlib shared object library and its python3 bindings.

/lib64/libcl.so.3.4.6
/usr/lib/python3.10/site-packages/cryptlib_py.so

See Also

cryptlib

Authors

clsha2 is written by Ralf Senderek <innovation@senderek.ie>.
Cryptlib is written and maintained by Peter Gutmann <pgut001@cs.auckland.ac.nz>

Bugs

Of course there aren't any bugs, but if you find any, please sent a report to
innovation@senderek.ie.

Info

Ralf Senderek