A command-line tools that can generate or check hash values.
Project description
gethash
A command-line tools that can generate or check hash values.
Installation
Require Python 3.6+.
pip install -U gethash
or
pip3 install -U gethash
Usage
After installation, 8 commands are available:
- md5
- sha1
- sha256
- sha512
- sha3-256
- sha3-512
- blake2b
- blake2s
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 *.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-1.7.tar.gz
(8.0 kB
view details)
Built Distribution
gethash-1.7-py3-none-any.whl
(9.3 kB
view details)
File details
Details for the file gethash-1.7.tar.gz
.
File metadata
- Download URL: gethash-1.7.tar.gz
- Upload date:
- Size: 8.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.0 pkginfo/1.5.0.1 requests/2.23.0 setuptools/50.3.0 requests-toolbelt/0.9.1 tqdm/4.49.0 CPython/3.8.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6d14660406c967078883767a7465f74d3d80f01efe304323f7c532c3fbf06f5e |
|
MD5 | 8d65a1b6c4b273937ed8c0f8cb69fd09 |
|
BLAKE2b-256 | 307529ee3d9b6739b11eb1ef3d9b03cf08d3723a8494d430a16b62c58a1a467d |
File details
Details for the file gethash-1.7-py3-none-any.whl
.
File metadata
- Download URL: gethash-1.7-py3-none-any.whl
- Upload date:
- Size: 9.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.0 pkginfo/1.5.0.1 requests/2.23.0 setuptools/50.3.0 requests-toolbelt/0.9.1 tqdm/4.49.0 CPython/3.8.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 95c40c9058c5be040db010e8a6d53a024ee0d13ca7017eb635ede98dcc9f7ea7 |
|
MD5 | 3dc154ac45b89e6e16e2dceec8730da1 |
|
BLAKE2b-256 | dfb599a4334d25b247f875cb7502521fdd9a211e5c8ec343c704664fd9ddb26c |