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

  • b7db05b
  • /
  • 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:cbf2cc529aa304eb3422c7530b13973ea0736b9b
directory badge Iframe embedding
swh:1:dir:b7db05b34fc7b80ab49b2b4f871cb331bbf9ce86
dgst.pod
=pod

=head1 NAME

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

=head1 SYNOPSIS

[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