Witness Angel Cryptolib
Project description
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
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.6-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 848fcbf58ad5ec7852c91ae46893c46f2961f59b4acd923b75de212a80130cc6 |
|
MD5 | b5e4e4faba4ce96a8e33b1a91ef56d99 |
|
BLAKE2b-256 | d2d6b6f720b03c4b8785d3571ffcb9ed2f6d351595c83694929175c8fadc42db |