Hash tools collection, like md5, sha1, sha256 and many other hash tools.
Project description
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:
Algorithms above are available in python 3.6.5 on windows 10.
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.2.tar.gz
(3.0 kB
view details)
File details
Details for the file hashtools-0.1.2.tar.gz
.
File metadata
- Download URL: hashtools-0.1.2.tar.gz
- Upload date:
- Size: 3.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: Python-urllib/3.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 50433c3a8c03fa279992148a421fe4610449b9aa841cfbaaee5210b9ccf3d51f |
|
MD5 | 55f32fce4eefe6f83c6f50edef2e4b9e |
|
BLAKE2b-256 | 440349f4de0ab577f0ae8d58806c8f74c6b43efef02ea01fc3e6c7c7d46fd76a |