معرفی شرکت ها


cryptoolz-1.3.2


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

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

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

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

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

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

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

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

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

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

مشاهده بیشتر

توضیحات

A small high-level crypto library / cli toolset.
ویژگی مقدار
سیستم عامل -
نام فایل cryptoolz-1.3.2
نام cryptoolz
نسخه کتابخانه 1.3.2
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Tanats Nir
ایمیل نویسنده tanats.nir@disroot.org
آدرس صفحه اصلی https://codeberg.com/tanats_nir/cryptoolz
آدرس اینترنتی https://pypi.org/project/cryptoolz/
مجوز GNU General Public License v3
===== About ===== .. image:: https://img.shields.io/pypi/v/cryptoolz.svg :target: https://pypi.python.org/pypi/cryptoolz .. image:: https://img.shields.io/travis/tanats_nir/cryptoolz.svg :target: https://travis-ci.com/tanats_nir/cryptoolz .. image:: https://readthedocs.org/projects/cryptoolz/badge/?version=latest :target: https://cryptoolz.readthedocs.io/en/latest/?version=latest :alt: Documentation Status * Free software: GNU General Public License v3 * Documentation: https://cryptoolz.readthedocs.io. What ---- This is a CLI app with crypto related tools and a high level slightly-circom-circuit-inspired crypto module. This is a heavy WIP, many more algorithms can be added, code can/must also be polished. +-------------+-----------------------------------------------------------+ | Tool | Description | +=============+===========================================================+ || || Generates a keypair for a chosen network. | || **keys** || Encrypts the secret with a chosen algorithm combination. | || (offered) || The public key is shown during generation! | || || Can print a QR code or a basic PEM block! | +-------------+-----------------------------------------------------------+ || **primes** || Utility command for getting prime numbers of a certain | || (offered) || form. | +-------------+-----------------------------------------------------------+ || **crypto** || crypto will offer options for the above, | || (planned) || but generalized to plaintext encryption. | +-------------+-----------------------------------------------------------+ Modules offered ^^^^^^^^^^^^^^^ **crypto** is a "circuit"-like (slightly circom inspired) wrapper for pyca cryptography with pydantic data validation and sensible defaults: * Composited: PBDKF2-AESGCM * Key Derivation Functions: PBDKF2 * Authenticated Encryption: AESGCM * Message Digests (Hash): BLAKE2b Disclaimer ---------- The use of this library is at your own risk. The developer and contributors of cryptoolz are not liable for any types of damages caused through the use of anything which is part of this project. Credits ------- This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template. .. _Cookiecutter: https://github.com/audreyr/cookiecutter .. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage ======= History ======= 1.3.2 (2023-02-06) ------------------ * Fix data files in `cryptoolz/resources` not being included. 1.3.0 (2023-02-06) ------------------ * `prime` command. * Fix all instances of that write-to-file bug. * Some style formatting. 1.2.1 (2023-02-03) ------------------ * Bugfix on main command because of a file object * Don't print "No digest created!", we might not plan digest, need to analyze utility first. 1.2.0 (2023-02-02) ------------------ * Users couldn't use 1 passphrase to decrypt entire text file if so encrypted. * QR format now also prints public key to QR. See Usage. 1.1.0 (2023-02-02) ------------------ * Fix ugly abstractions in tools.keys and replace with something better. 1.0.2 (2023-02-01) ------------------ * Minor config fixups. 1.0.1 (2023-01-30) ------------------ * First release on PyPI.


نیازمندی

مقدار نام
- click
- pydantic
- cryptography
- coincurve
- eth-utils
- eth-hash[pycryptodome]
- segno
- build[virtualenv]
- bump2version
- wheel
- watchdog
- flake8
- tox
- coverage
- Sphinx
- twine
- black
- mypy


نحوه نصب


نصب پکیج whl cryptoolz-1.3.2:

    pip install cryptoolz-1.3.2.whl


نصب پکیج tar.gz cryptoolz-1.3.2:

    pip install cryptoolz-1.3.2.tar.gz