| Info: | Provides x509 and Asymmetrical Key abstraction classes |
|---|---|
| Repository: | https://github.com/ArroyoNetworks/python-arroyo-crypto |
| Author(s): | Matthew Ellison (http://github.com/seglberg) |
| Maintainer(s): | Matthew Ellison (http://github.com/seglberg) |
Quick Start
This plugin package provides high-level cryptography abstraction classes, including x509 and Asymmetrical Key classes.
If you require fine-tuned cryptography settings, consider using a more suitable python package, such as cryptography or pyopenssl.
This plugin provides two facilities:
| x509: | Provides high level classes for interacting with x509 objects. |
|---|---|
| asymmetric: | Provides high level classes for interacting ith asymmetric keys. |
This package is available on PyPI:
$ pip install arroyo-crypto| Python>=3.5: | Python version restriction of parent arroyo package. |
|---|
| arroyo: | Provides the base package this plugin is being installed into. |
|---|---|
| cryptography>=1.4: | Provides the implementation for x509 and asymmetrical keys. |