Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

digest

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

digest

Calculate message digests of files or standard input

  • 1.1.1
  • PyPI
  • Socket score

Maintainers
1

Calculate a cryptohash on a file or standard input.

The digest utility calculates message digests of files or, if no file is specified, standard input. The set of supported digests depends on the current Python interpreter and the version of OpenSSL present on the system. However, at a minimum, digest supports the following algorithms:

+-------------+--------------------------------------+
| Argument    | Algorithm                            |
+=============+======================================+
| md5         | The MD5 algorithm                    |
+-------------+--------------------------------------+
| sha1        | The SHA-1 algorithm                  |
+-------------+--------------------------------------+
| sha224      | The SHA-224 algorithm                |
+-------------+--------------------------------------+
| sha256      | The SHA-256 algorithm                |
+-------------+--------------------------------------+
| sha384      | The SHA-384 algorithm                |
+-------------+--------------------------------------+
| sha512      | The SHA-512 algorithm                |
+-------------+--------------------------------------+

For usage information, the algorithms supported by your version of Python, and other information, run:

digest --help

For additional information, see the README (README.md) or visit https://github.com/bmc/digest

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc