معرفی شرکت ها


cryptohash-1.0.5


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

Tiny hashing module that uses the native crypto API in Python
ویژگی مقدار
سیستم عامل -
نام فایل cryptohash-1.0.5
نام cryptohash
نسخه کتابخانه 1.0.5
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Yoginth
ایمیل نویسنده me@yoginth.com
آدرس صفحه اصلی https://yoginth.com
آدرس اینترنتی https://pypi.org/project/cryptohash/
مجوز -
## Crypto Hash > Tiny hashing module that uses the native crypto API in Python ## Demo Demo on [Repl.it](https://repl.it/@yoginth/cryptohash) ## Screenshot <img src="https://gitlab.com/yoginth/cryptohash/raw/master/Screenshot.png" width="550"> ## Install ``` $ pip install cryptohash ``` ## Usage ```python 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.](http://googleonlinesecurity.blogspot.no/2014/09/gradually-sunsetting-sha-1.html)* #### input Type: `string` ##### outputFormat Type: `string` Values: `hex` Default: `hex` ## License [MIT][license] Yoginth [LICENSE]: https://mit.yoginth.com


نحوه نصب


نصب پکیج whl cryptohash-1.0.5:

    pip install cryptohash-1.0.5.whl


نصب پکیج tar.gz cryptohash-1.0.5:

    pip install cryptohash-1.0.5.tar.gz