clsha1 - Man Page
Synopsis
clsha1 [OPTION] [FILE]
Description
clsha1 calculates the SHA1 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 160 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 clsha1 
Files
clsha1 uses the cryptlib shared object library and its python3 bindings.
/lib64/libcl.so.3.4.8 /usr/lib/python3.1x/site-packages/cryptlib_py.so
Copyright
Copyright © 2022 - 2025 Ralf Senderek. All rights reserved.
License BSD-3-Clause: <https://senderek.ie/cryptlib/bsd.html>.
This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law.
See Also
cryptlib (https://github.com/cryptlib/cryptlib)
Authors
clsha1 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.