Metadata-Version: 2.1
Name: mse-lib-crypto
Version: 1.2
Summary: Cryptography Library for MicroService Encryption
Home-page: https://cosmian.com
Author: Cosmian Tech
Author-email: tech@cosmian.com
License: MIT
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
Requires-Dist: cryptography (<40.1.0,>=40.0.2)
Requires-Dist: pynacl (<2.0.0,>=1.5.0)

# Cryptography Library for MicroService Encryption

## Overview

Python cryptography library for [MSE](https://cosmian.com/microservice-encryption/) based on [PyNaCl](https://github.com/pyca/pynacl/) (binding to [libsodium](https://github.com/jedisct1/libsodium)) and [cryptography](https://github.com/pyca/cryptography).

## Installation

```console
$ pip install mse-lib-crypto
```
