Command-line hash utility
Project description
Gethash
Gethash is a command-line hash utility.
Installation
Install from PyPI:
$ pip install gethash
or if you need legacy hash algorithms:
$ pip install "gethash[all]"
Note: Gethash requires Python 3.7 and later.
Usage
After installation, 10 commands are available:
- crc32
- md5
- sha1
- sha256
- sha512
- sha3-256
- sha3-512
- blake2b
- blake2s
- gethash
Show command-line usage:
$ gethash --help
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 Links
- Home Page: https://github.com/xymy/gethash
- PyPI Release: https://pypi.org/project/gethash/
- Documentation: https://github.com/xymy/gethash
- Issue Tracker: https://github.com/xymy/gethash/issues
- Source Code: https://github.com/xymy/gethash
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-5.0.tar.gz
(17.1 kB
view details)
Built Distribution
gethash-5.0-py3-none-any.whl
(23.1 kB
view details)
File details
Details for the file gethash-5.0.tar.gz
.
File metadata
- Download URL: gethash-5.0.tar.gz
- Upload date:
- Size: 17.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.7.1 importlib_metadata/4.10.0 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d89269e1230adf432e65eb58dcd7a384dcf109821e6e1bade0db78946b711a1c |
|
MD5 | 1a61e39d37bf371f52ed6c0821e8d376 |
|
BLAKE2b-256 | 407ec298271912460c929d8181bc74fa7424aaf465fe146d0e0c8aeae316bdb9 |
File details
Details for the file gethash-5.0-py3-none-any.whl
.
File metadata
- Download URL: gethash-5.0-py3-none-any.whl
- Upload date:
- Size: 23.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.7.1 importlib_metadata/4.10.0 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 05515e1c88b8d82c7ad3f94c25a092fc9b73f7cbd09d87b894304210b464bc68 |
|
MD5 | 0271cda661475ee1be7e01bd3389e7e4 |
|
BLAKE2b-256 | 7466261ac8a7200446626f3c62444ad24b88873d023748779c44d224b259b7ce |