Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/cosmian/mse-lib-crypto

Cryptography library for MicroService Encryption
https://github.com/cosmian/mse-lib-crypto

cosmian microservice-encryption mse

Last synced: about 1 month ago
JSON representation

Cryptography library for MicroService Encryption

Awesome Lists containing this project

README

        

# 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
```