/usr/share/doc/netwox-doc/tools/219.html is in netwox-doc 5.36.0-1.2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 | <HTML>
<HEAD>
<TITLE>Tool 219: Compute cryptographic hash of a file (md5, sha, etc.)</TITLE>
</HEAD>
<BODY BGCOLOR="#FFFFFF">
<CENTER> <H3>Tool 219: Compute cryptographic hash of a file (md5, sha, etc.)</H3>
</CENTER>
<P><H3>Description:</H3>
<PRE>
This tool computes the cryptographic hash of a file (MD2, MD4.
M5, RIPEMD-128, RIPEMD-160, SHA-1, SHA-224, SHA-356, SHA-384,
SHA512)
</PRE>
<P><H3>Synonyms:</H3>
md5sum<BR>
<P><H3>Usage:</H3>
netwox 219 -f file [-t|+t] [-2|+2] [-4|+4] [-5|+5] [-C|+C] [-D|+D] [-E|+E] [-F|+F] [-G|+G] [-J|+J] [-K|+K]<BR>
<P><H3>Parameters:</H3>
<TABLE BORDER=1 CELLPADDING=4>
<TR>
<TD ALIGN=middle><I>parameter</I></TD>
<TD ALIGN=middle><I>description</I></TD>
<TD ALIGN=middle><I>example</I></TD>
</TR>
<TR><TD><TT>-f|--src-file file</TD>
<TD>source filename</TD>
<TD>srcfile.txt</TD></TR>
<TR><TD><TT>-t|--title|+t|--no-title</TD>
<TD>display titles</TD>
<TD> </TD></TR>
<TR><TD><TT>-2|--disp-md2|+2|--no-disp-md2</TD>
<TD>display md2</TD>
<TD> </TD></TR>
<TR><TD><TT>-4|--disp-md4|+4|--no-disp-md4</TD>
<TD>display md4</TD>
<TD> </TD></TR>
<TR><TD><TT>-5|--disp-md5|+5|--no-disp-md5</TD>
<TD>display md5</TD>
<TD> </TD></TR>
<TR><TD><TT>-C|--disp-ripemd128|+C|--no-disp-ripemd128</TD>
<TD>display ripemd128</TD>
<TD> </TD></TR>
<TR><TD><TT>-D|--disp-ripemd160|+D|--no-disp-ripemd160</TD>
<TD>display ripemd160</TD>
<TD> </TD></TR>
<TR><TD><TT>-E|--disp-sha1|+E|--no-disp-sha1</TD>
<TD>display sha1</TD>
<TD> </TD></TR>
<TR><TD><TT>-F|--disp-sha224|+F|--no-disp-sha224</TD>
<TD>display sha224</TD>
<TD> </TD></TR>
<TR><TD><TT>-G|--disp-sha256|+G|--no-disp-sha256</TD>
<TD>display sha256</TD>
<TD> </TD></TR>
<TR><TD><TT>-J|--disp-sha384|+J|--no-disp-sha384</TD>
<TD>display sha384</TD>
<TD> </TD></TR>
<TR><TD><TT>-K|--disp-sha512|+K|--no-disp-sha512</TD>
<TD>display sha512</TD>
<TD> </TD></TR>
</TABLE>
<P><H3>Examples:</H3>
netwox 219 -f "srcfile.txt"<BR>
<BR>
netwox 219 --src-file "srcfile.txt"<BR>
<BR>
</BODY>
</HTML>
|