Witness Angel Cryptolib
Project description
This lib gathers utilities to generate and store cryptographic keys, and encrypt/decrypt/sign container, for the Witness Angel system.
It defines a container format which allows multiple agents (the user’s device as well as third-party escrow) to add layers of encryption and signature to the sensitive data.
It also provides utilities for webservices and their error handling, as well as testing helpers so that software using the library may easily check their their own subclasses respect the invariants of this system.
CLI interface
You can play with containers using this command line interface. For now, these CLI-generated containers use a hard-coded and simple cryptographic conf, using only locally-stored keys, so they are insecure.
$ python -m wacryptolib encrypt -i <data-file> -o <container-file> $ python -m wacryptolib decrypt -i <container-file> -o <data-file>
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 Distribution
Built Distribution
Hashes for wacryptolib-0.5-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0821a752d8d52ac49edfac2d9d26e7e107af0e27f7151a70c638033598b1469a |
|
MD5 | 472b8dbd389577498a11b8160b414fdf |
|
BLAKE2b-256 | 8cb63bbddaf05e86a3b33625d744a01b1edcd31959a781a883e71d5372320fb4 |