A set of command-line tools that can generate or check various hash values
Project description
gethash
A set of command-line tools that can generate or check various hash values.
Installation
Require Python 3.6+.
pip install -U gethash
or (if you need legacy hash algorithms)
pip install -U gethash[all]
Usage
After installation, 8 commands are available:
- md5
- sha1
- sha256
- sha512
- sha3-256
- sha3-512
- blake2b
- blake2s
If you use [all]
, 3 additional commands are available:
- md2
- md4
- ripemd160
Generate hash values
$ ls -l
total 296
-rw-r--r-- 1 User 197610 68074 Jun 27 10:43 001.zip
-rw-r--r-- 1 User 197610 126717 Jun 27 10:43 002.zip
-rw-r--r-- 1 User 197610 103064 Jun 27 10:44 003.zip
$ sha1 -s *.zip
7701133eb84b567362fbf1b9e3883d7620ee8ada *001.zip
0d6c6cb6908064139f419c1b528f99142a1f2a49 *002.zip
10e2c0d8aa85add2ba495393f7f7f0b0baaf34a6 *003.zip
$ ls -l
total 299
-rw-r--r-- 1 User 197610 68074 Jun 27 10:43 001.zip
-rw-r--r-- 1 User 197610 51 Jun 27 10:44 001.zip.sha1
-rw-r--r-- 1 User 197610 126717 Jun 27 10:43 002.zip
-rw-r--r-- 1 User 197610 51 Jun 27 10:44 002.zip.sha1
-rw-r--r-- 1 User 197610 103064 Jun 27 10:44 003.zip
-rw-r--r-- 1 User 197610 51 Jun 27 10:44 003.zip.sha1
Check hash values
$ cat *.sha1
7701133eb84b567362fbf1b9e3883d7620ee8ada *001.zip
0d6c6cb6908064139f419c1b528f99142a1f2a49 *002.zip
10e2c0d8aa85add2ba495393f7f7f0b0baaf34a6 *003.zip
$ sha1 -c *.sha1
[SUCCESS] 001.zip
[SUCCESS] 002.zip
[SUCCESS] 003.zip
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
gethash-3.1.tar.gz
(13.4 kB
view details)
Built Distribution
gethash-3.1-py3-none-any.whl
(17.6 kB
view details)
File details
Details for the file gethash-3.1.tar.gz
.
File metadata
- Download URL: gethash-3.1.tar.gz
- Upload date:
- Size: 13.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.23.0 setuptools/51.0.0 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.8.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d1bcefcb748f1466818e55180afd4a8c92b8389decf9ecc50652995d14d2f493 |
|
MD5 | 10b3b16d2bc3204d88f3925c8d79f54d |
|
BLAKE2b-256 | 168f14b35e6024a08925f065caa3aaebd2a034c72ab6357a8cd5befed46a0000 |
File details
Details for the file gethash-3.1-py3-none-any.whl
.
File metadata
- Download URL: gethash-3.1-py3-none-any.whl
- Upload date:
- Size: 17.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.23.0 setuptools/51.0.0 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.8.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a8c941a1ebe3fafcd15dd464e150b87322a67de51fc1965a0e2e0ff234853073 |
|
MD5 | d8d81ef6144b0576c36ac2f31a3bd563 |
|
BLAKE2b-256 | 0cacce53b3ebae947fcd5fac3acac8276a8f6649f04fe9acc976f98a918e7bb1 |