معرفی شرکت ها


age-0.4.1


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

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

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

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

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

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

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

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

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

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

مشاهده بیشتر

توضیحات

Actually good encryption. In Python.
ویژگی مقدار
سیستم عامل -
نام فایل age-0.4.1
نام age
نسخه کتابخانه 0.4.1
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Jonas Lieb
ایمیل نویسنده -
آدرس صفحه اصلی https://github.com/jojonas/pyage
آدرس اینترنتی https://pypi.org/project/age/
مجوز MIT
# pyage [![Build and Test](https://github.com/jojonas/pyage/workflows/Build%20and%20Test/badge.svg)](https://github.com/jojonas/pyage/actions?workflow=Build+and+Test) [![Compatibility Check](https://github.com/jojonas/pyage/workflows/Compatibility%20with%20FiloSottile/age/badge.svg)](https://github.com/jojonas/pyage/actions?workflow=Compatibility%20with%20FiloSottile/age) [![Documentation Status](https://readthedocs.org/projects/pyage/badge/?version=latest)](https://pyage.readthedocs.io/en/latest/?badge=latest) ![License](https://img.shields.io/github/license/jojonas/pyage) ![pyage screenshot](https://raw.githubusercontent.com/jojonas/pyage/master/docs/source/_static/carbon.png) pyage is an experimental implementation of @FiloSottile and @Benjojo12 's project "age". The spec is currently available as seven-page Google doc at [age-encryption.org/v1](https://age-encryption.org/v1). This project is still work-in-progress. ⚠️ pyage is not intended to be a secure age implementation! My original intention was to better understand the spec, find mistakes early and provide a redundant implementation for validation. I'm not a cryptographer (IANAC) and did not (yet) find the time to address implementation-specific security issues (such as DoS attacks or side-channel attacks). So: *Use at your own risk.* ## Quick Start Install from pip: pip install age Generate a key pair: mkdir -p ~/.config/age pyage generate > ~/.config/age/keys.txt Encrypt a file: pyage encrypt -i hello.txt -o hello.age pubkey:<recipient public key> Decrypt a file (uses `~/.config/age/keys.txt`): pyage decrypt -i hello.age For a real tutorial, see [the Tutorial section in the documentation](https://pyage.readthedocs.io/en/latest/tutorials.html). ## Documentation The full documentation can be found at [pyage.readthedocs.io](https://pyage.readthedocs.io/en/latest/index.html).


نیازمندی

مقدار نام
>=38.3 setuptools
>=1.4 pynacl
>=2.7 cryptography
>=3.1 bcrypt
>=7.1 click
>=2.24 requests
- black
- flake8
- mypy
- isort
- versioneer
- sphinx
- doc8
- sphinx-autodoc-typehints
- sphinxcontrib-programoutput
- pytest
- pyfakefs
- coverage
- pytest-cov


زبان مورد نیاز

مقدار نام
<4,>=3.6 Python


نحوه نصب


نصب پکیج whl age-0.4.1:

    pip install age-0.4.1.whl


نصب پکیج tar.gz age-0.4.1:

    pip install age-0.4.1.tar.gz