Skip to main content

Command line interface to the hashlib library.

Project description

Hasher

GitHub PyPI

Command line interface to the hashlib library.

Installation

Install hasher from PyPI.

pip install hasher-cnml

Usage

Create a checksum (defaults to MD5) of the a sample file using:

python -m hasher file_to_hash.txt

Or instead specify the hash algorithm directly (all algorithms from hashlib that are available locally)

python -m hasher -a sha1 file_to_hash.txt

View the usage information:

python -m hasher -h

Authors

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

hasher_cnml-0.0.2.tar.gz (3.2 kB view hashes)

Uploaded Source

Built Distribution

hasher_cnml-0.0.2-py3-none-any.whl (3.6 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