Skip to main content

Hash tools collection, like md5, sha1, sha256 and many other hash tools.

Project description

https://travis-ci.org/appstore-zencore/hashtools.svg?branch=master

Hash tools collection, like md5, sha1, sha256 and many other hash tools.

Install

pip install hashtools

Commands

  • DSA

  • DSA-SHA

  • MD4

  • MD5

  • RIPEMD160

  • SHA

  • SHA1

  • SHA224

  • SHA256

  • SHA384

  • SHA512

  • blake2b

  • blake2s

  • dsaEncryption

  • dsaWithSHA

  • ecdsa-with-SHA1

  • md4

  • md5

  • ripemd160

  • sha

  • sha1

  • sha224

  • sha256

  • sha384

  • sha3_224

  • sha3_256

  • sha3_384

  • sha3_512

  • sha512

  • shake_128

  • shake_256

  • whirlpool

Note:

  1. Algorithms above are available in python 3.6.5 on windows 10.

  2. In python 2.6, only md5, sha1, sha224, sha256, sha384, sha512 are available.

Usage

C:\Data\hashtools\test>md5 --help
Usage: MD5 [OPTIONS] [FILES]...

Options:
-v, --verbose
--help         Show this message and exit.

C:\Data\hashtools\test>sha1 --help
Usage: SHA1 [OPTIONS] [FILES]...

Options:
-v, --verbose
--help         Show this message and exit.

Example

C:\Data\hashtools\test>echo msg | md5
b47d94f422d2032dac746f8b6cb263a5

C:\Data\hashtools\test>echo msg | md5 -v
b47d94f422d2032dac746f8b6cb263a5 -

C:\Data\hashtools\test>echo msg | sha256
c7b6fcf29e713727bdea4c283d816c42cce9a0b4cb08484223f3b9b45256ec59

C:\Data\hashtools\test>echo msg > a.txt

C:\Data\hashtools\test>type a.txt
msg

C:\Data\hashtools\test>md5 a.txt
b47d94f422d2032dac746f8b6cb263a5

C:\Data\hashtools\test>md5 a.txt -v
b47d94f422d2032dac746f8b6cb263a5 a.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

hashtools-0.1.0.tar.gz (3.0 kB view details)

Uploaded Source

File details

Details for the file hashtools-0.1.0.tar.gz.

File metadata

  • Download URL: hashtools-0.1.0.tar.gz
  • Upload date:
  • Size: 3.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for hashtools-0.1.0.tar.gz
Algorithm Hash digest
SHA256 17f82864931058a49235f1a8bb98547dee7bafa79a6d7a723428a35c6c53752b
MD5 4f31b0a67a8bbe4630456b2b4c28d69e
BLAKE2b-256 3237577d5398c09e9103ca9cf968e6a354a22560f511f2eca7250bac8bfea6e3

See more details on using hashes here.

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