simple hash library for string, file, dict, set and list
Project description
hashy
Another hash library.
hashy provides an md5, sha256 or sha512 for string, file, dict, list and set.
String and file hashes are conventional and can be compared to other implementations. For example you can go to an online hash calculator for "a" and get the same hash as hashy generates.
Hashes for complex data types like dict, list and set are specific to hashy.
Example
from hashy import get_string_sha256
print(get_string_sha256("a"))
# prints
# ca978112ca1bbdcafac231b39a23dc4da786eff8147c4e72b9807785afee48bb
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 Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distribution
hashy-0.1.1-py3-none-any.whl
(6.8 kB
view details)
File details
Details for the file hashy-0.1.1-py3-none-any.whl
.
File metadata
- Download URL: hashy-0.1.1-py3-none-any.whl
- Upload date:
- Size: 6.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.6.0 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.8.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a3048067fc1a9564c8f99117711a259fcd7e028ae69d9f1a6e16397444d92f0a |
|
MD5 | 33fb4ebbac7c659221ab264aea303418 |
|
BLAKE2b-256 | b91da898ca2af371fe2ee0f590ea6179c0a65f03b8656818765daf008bc836fc |