OpenSSL DGST(1openssl) NNNNAAAAMMMMEEEE
dgst, md5, md4, md2, sha1, sha, mdc2, ripemd160 - message
digests SSSSYYYYNNNNOOOOPPPPSSSSIIIISSSS ooooppppeeeennnnssssssssllll ddddggggsssstttt[---mmmdddd5555||||---mmmdddd4444||||---mmmdddd2222||||---ssshhhhaaaa1111||||---ssshhhhaaaa||||---mmmddddcccc2222||||---rrriiiippppeeeemmmmdddd111166660000||||---dddssssssss1111] [---ccc] [---ddd]
[---hhheeeexxxx] [---bbbiiiinnnnaaaarrrryyyy] [---ooouuuutttt ffffiiiilllleeeennnnaaaammmmeeee] [---sssiiiiggggnnnn ffffiiiilllleeeennnnaaaammmmeeee] [---pppaaaassssssssiiiinnnn
aaaarrrrgggg] [---vvveeeerrrriiiiffffyyyy ffffiiiilllleeeennnnaaaammmmeeee] [---ppprrrrvvvveeeerrrriiiiffffyyyy ffffiiiilllleeeennnnaaaammmmeeee] [---sssiiiiggggnnnnaaaattttuuuurrrreeee
ffffiiiilllleeeennnnaaaammmmeeee] [---hhhmmmmaaaacccc kkkkeeeeyyyy] [ffffiiiilllleeee............]
[mmmmdddd5555||||mmmmdddd4444||||mmmmdddd2222||||sssshhhhaaaa1111||||sssshhhhaaaa||||mmmmddddcccc2222||||rrrriiiippppeeeemmmmdddd111166660000] [---ccc] [---ddd] [ffffiiiilllleeee............]
DDDDEEEESSSSCCCCRRRRIIIIPPPPTTTTIIIIOOOONNNN The digest functions output the message digest of a supplied file or files in hexadecimal form. They can also be used for digital signing and verification. OOOOPPPPTTTTIIIIOOOONNNNSSSS-cccc print out the digest in two digit groups separated by
colons, only relevant if hhhheeeexxxx format output is used.-dddd print out BIO debugging information.
-hhhheeeexxxx
digest is to be output as a hex dump. This is the default case for a "normal" digest as opposed to a digital signature.-bbbbiiiinnnnaaaarrrryyyy
output the digest or signature in binary form.-oooouuuutttt ffffiiiilllleeeennnnaaaammmmeeee
filename to output to, or standard output by default.-ssssiiiiggggnnnn ffffiiiilllleeeennnnaaaammmmeeee
digitally sign the digest using the private key in "filename".-ppppaaaassssssssiiiinnnn aaaarrrrgggg
the private key password source. For more information about the format of aaaarrrrgggg see the PPPPAAAASSSSSSSS PPPPHHHHRRRRAAAASSSSEEEE AAAARRRRGGGGUUUUMMMMEEEENNNNTTTTSSSS section in openssl(1).-vvvveeeerrrriiiiffffyyyy ffffiiiilllleeeennnnaaaammmmeeee
verify the signature using the the public key in "filename". The output is either "Verification OK" or "Verification Failure".-pppprrrrvvvveeeerrrriiiiffffyyyy ffffiiiilllleeeennnnaaaammmmeeee
verify the signature using the the private key in "filename".19/May/2008 Last change: 0.9.8o 1 OpenSSL DGST(1openssl)
-ssssiiiiggggnnnnaaaattttuuuurrrreeee ffffiiiilllleeeennnnaaaammmmeeee
the actual signature to verify.-hhhhmmmmaaaacccc kkkkeeeeyyyy
create a hashed MAC using "key".-rrrraaaannnndddd ffffiiiilllleeee((((ssss))))
a file or files containing random data used to seed the random number generator, or an EGD socket (seeRAND_egd(3)). Multiple files can be specified separated
by a OS-dependent character. The separator is ;;;; for
MS-Windows, ,,,, for OpenVMS, and :::: for all others.
ffffiiiilllleeee............ file or files to digest. If no files are specified then standard input is used. NNNNOOOOTTTTEEEESSSS The digest of choice for all new applications is SHA1. Other digests are however still widely used. If you wish to sign or verify data using the DSA algorithm then the dss1 digest must be used. A source of random numbers is required for certain signing algorithms, in particular DSA. The signing and verify options should only be used if a single file is being signed or verified.19/May/2008 Last change: 0.9.8o 2