Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/cosmian/mse-lib-crypto
- Owner: Cosmian
- Created: 2023-02-03T13:45:24.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-03T08:26:21.000Z (9 months ago)
- Last Synced: 2024-04-03T09:35:39.780Z (9 months ago)
- Topics: cosmian, microservice-encryption, mse
- Language: Python
- Homepage:
- Size: 15.6 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```