Skip to main content

Witness Angel Cryptolib

Project description

https://travis-ci.com/WitnessAngel/witness-angel-cryptolib.svg?branch=master https://readthedocs.org/projects/witness-angel-cryptolib/badge/?version=latest&style=flat

Full documentation on readthedocs!

Summary

WARNING, HUGE REFACTORING OF THIS LIB WILL SOON OCCUR

This lib gathers utilities to generate and store cryptographic keys, and encrypt/decrypt/sign container, for the WitnessAngel project.

It defines a container format which allows multiple agents (the user’s device as well as trusted-third-parties) to add layers of encryption and signature to the sensitive data.

It also provides utilities for webservices and their error handling, as well as test-helpers so that software using the library may easily check that their own subclasses respect the invariants of this system.

CLI interface

You can play with containers using this command line interface.

beware, unless you provide your own crypto-config, these CLI-generated containers will use a hard-coded and simple cryptographic conf, using only locally-stored keys, so they will be insecure.

$ python -m wacryptolib encrypt -i <data-file> -o <container-file>

$ python -m wacryptolib decrypt -i <container-file> -o <data-file>

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

wacryptolib-0.6.tar.gz (93.0 kB view hashes)

Uploaded Source

Built Distribution

wacryptolib-0.6-py3-none-any.whl (109.7 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page