cryptohash 1.0.5

Creator: coderz1093

Last updated:

0 purchases

TODO
Add to Cart

Description:

cryptohash 1.0.5

Crypto Hash

Tiny hashing module that uses the native crypto API in Python

Demo
Demo on Repl.it
Screenshot

Install
$ pip install cryptohash

Usage
from cryptohash import sha1

print (sha1('🤓'))
#=> d0b16946377589fbc68d8b1ca324f16e84171463

API
API
sha1(input)
sha224(input)
sha256(input)
sha384(input)
sha512(input)
md5(input)
Returns a Promise<string> with a hex-encoded hash.
Don't use md5 or sha1 for anything sensitive. They're insecure.
input
Type: string
outputFormat
Type: string
Values: hex
Default: hex
License
MIT Yoginth

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.