Skip to main content

A command line tool that show/verify checksums for a file.

Project description

checksums

A command line tool that show/verify checksums for a file. Works on Windows, macOS and Linux.

Installation

pip install checksums

Usages

  • Show checksums of a file:
$ checksums ./file.txt
  • Verify the MD5 checksum of a file:
$ checksums check-md5 [MD5-checksum here] ./file.txt
  • Verify the SHA-1 checksum of a file:
$ checksums check-sha1 [SHA-1-checksum here] ./file.txt
  • Verify the SHA-256 checksum of a file:
$ checksums check-sha256 [SHA-256-checksum here] ./file.txt
  • Verify the SHA-512 checksum of a file:
$ checksums check-sha512 [SHA-512-checksum here] ./file.txt

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

checksums-0.0.1.tar.gz (2.4 kB view hashes)

Uploaded Source

Built Distribution

checksums-0.0.1-py3-none-any.whl (2.9 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page