Skip to content
This repository has been archived by the owner on Apr 11, 2019. It is now read-only.

arroyonetworks/python-arroyo-crypto

Repository files navigation

python-arroyo-crypto

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)

image

image

image

image

Introduction

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.

Installation

This package is available on PyPI:

$ pip install arroyo-crypto

Dependencies

Python>=3.5

Python version restriction of parent arroyo package.

Required

arroyo

Provides the base package this plugin is being installed into.

cryptography>=1.4

Provides the implementation for x509 and asymmetrical keys.