1clsha1(1)                                                            clsha1(1)
2
3
4

NAME

6       clsha1
7

SYNOPSIS

9       clsha1 [OPTION] [FILE]
10

DESCRIPTION

12       clsha1  calculates  the  SHA1 hash value of the input, either a file or
13       standard input and prints the hash value in  hexadecimal  (default)  or
14       base64 encoding on standard output. The hash value is 160 bits long.
15
16       No FILE or "-" reads from standard input.
17

OPTIONS

19       -base64 | -b64
20                  prints  the  hash  value base64 encoded. Without this option
21              the hash value
22                  is printed hexadecimal
23
24       --help
25                  prints a help text
26
27       --version
28                  prints the version of clsha1
29
30

FILES

32       clsha1 uses the cryptlib shared object library and  its  python3  bind‐
33       ings.
34
35       /lib64/libcl.so.3.4.6
36       /usr/lib/python3.10/site-packages/cryptlib_py.so
37
38

SEE ALSO

40       cryptlib
41
42

AUTHORS

44       clsha1 is written by Ralf Senderek <innovation@senderek.ie>.
45       Cryptlib is written and maintained by Peter Gutmann <pgut001@cs.auckland.ac.nz>
46
47

BUGS

49       Of course there aren't any bugs, but if you find any, please sent a re‐
50       port to
51       innovation@senderek.ie.
52
53
54
55Ralf Senderek                                                        clsha1(1)
Impressum