Skip to main content
  • Home
  • login
  • Browse the archive

    swh mirror partner logo
swh logo
SoftwareHeritage
Software
Heritage
Mirror
Features
  • Search

  • Downloads

  • Save code now

  • Add forge now

  • Help

  • 155c93f
  • /
  • doc
  • /
  • apps
  • /
  • dgst.pod
Raw File
Permalinks

To reference or cite the objects present in the Software Heritage archive, permalinks based on SoftWare Hash IDentifiers (SWHIDs) must be used.
Select below a type of object currently browsed in order to display its associated SWHID and permalink.

  • content
  • directory
content badge Iframe embedding
swh:1:cnt:fcfd3ecf23f4f948b3bee19dfcf19b4bc5459f28
directory badge Iframe embedding
swh:1:dir:982f545b671bb675a2701aa3292855fba516cc91
dgst.pod
=pod

=head1 NAME

dgst, md5, md2, sha1, sha, mdc2, ripemd160 - message digests

=head1 SYNOPSIS

B<openssl> B<dgst> 
[B<-md5|-md2|-sha1|-sha|mdc2|-ripemd160>]
[B<-c>]
[B<-d>]
[B<file...>]

[B<md5|md2|sha1|sha|mdc2|ripemd160>]
[B<-c>]
[B<-d>]
[B<file...>]

=head1 DESCRIPTION

The digest functions print out the message digest of a supplied file or files
in hexadecimal form.

=head1 OPTIONS

=over 4

=item B<-c>

print out the digest in two digit groups separated by colons.

=item B<-d>

print out BIO debugging information.

=item B<file...>

file or files to digest. If no files are specified then standard input is
used.

=back

=head1 NOTES

The digest of choice for all new applications is SHA1. Other digests are
however still widely used.

=cut

ENEA — Copyright (C), ENEA. License: GNU AGPLv3+.
Legal notes  ::  JavaScript license information ::  Web API

back to top