Python library for Cosmian Cloud Proof
Project description
Cloudproof Encryption Python Library
The library provides a Python API to the Cloudproof Encryption product of the Cosmian Ubiquitous Encryption platform.
Getting started
This library requires Python >= 3.7
.
To install the current release:
pip install cloudproof_py
Code examples are available in ./examples to get you started. Please check the online documentation for more details on using the CloudProof APIs.
Demo
An interactive CLI demo combining policy-based encryption with searchable keywords.
Users data from ./examples/cli_demo/data.json
are encrypted using CoverCrypt and indexed via Findex.
Try the demo:
examples/cli_demo/run_demo.sh
Building and testing
To build from source:
scripts/build.sh [-i]
Note: add -i
to install after build.
To build and run the tests:
scripts/build.sh -it
To build the documentation:
scripts/build.sh -d
The generated documentation will be in ./docs/_build/html
.
Versions Correspondence
This library depends on CoverCrypt and Findex.
This table shows the minimum version correspondence between the various components.
cloudproof_py |
CoverCrypt | Findex |
---|---|---|
>=1.0.0 | 8.0.1 | 1.0.1 |
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
Built Distribution
Hashes for cloudproof_py-1.0.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | f79fd617b38355dd6725c0991b22de66ed5b3c250a993b7557c7ba14834602c6 |
|
MD5 | 10e8963ccbc2f50363a08969ebc914c6 |
|
BLAKE2b-256 | 9b98aafa6534bead35e9cdb642feb4f2223adc45e648ff0e4c9ef2edb85c3439 |