Skip to main content

No project description provided

Project description

MuacryptCC provides consistency checks for keys observed in Autocrypt gossip to support privacy-preserving decentralized key distribution. The underlying concept is descript in Key consistency with ClaimChains.

It’s build on top of ClaimChain. These hash chains store claims about public keys that people use and have observed.

It uses email headers to transfer references to the chains of the sender and recipients. The chains themselves are uploaded to and retrieved from an online storage at message delivery and retrieval times.

installing

Use pip to add the muacryptcc plugin:

$ pip install --user muacryptcc

MuacryptCC will install muacrypt and extend the installation. You can confirm it was properly installed by running:

$ muacrypt cc-status

testing

Please follow the muacrypt instructions for testing first.

Once muacrypts tests are passing Clone the muacryptcc repository into a separate folder:

$ git clone https://github.com/nextleap-project/muacryptcc

Afterwards you can run all tests:

$ tox

installation for development

If you plan to work/modify the sources you will first need a git clone:

$ git clone git@github.com:nextleap-project/muacryptcc.git
$ cd muacryptcc

We strongly recommend to create and activate a python virtualenv and then once use pip without sudo in edit mode:

$ virtualenv venv
$ source venv/bin/activate
$ pip install -e .

If you want to make changes to both muacrypt and muacryptcc we recommend setting up a virtualenv with both directories installed in edit mode:

$ virtualenv venv
$ source venv/bin/activate
$ pip install -e ../muacrypt
$ pip install -e .

Changes you subsequently make to the sources will be available without further installing the packages again.

Next Steps

We envision the following next steps to make MuacryptCC check the consistency guarantees between peer chains:

  • online block store to allow remote access to peers chains.

  • subcommand to list conflicts in chains retrieved so far.

  • subcommand to display ordered list of recommended key verifications.

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

muacryptcc-0.8.2.tar.gz (9.2 kB view details)

Uploaded Source

File details

Details for the file muacryptcc-0.8.2.tar.gz.

File metadata

  • Download URL: muacryptcc-0.8.2.tar.gz
  • Upload date:
  • Size: 9.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for muacryptcc-0.8.2.tar.gz
Algorithm Hash digest
SHA256 d4098e46e382565fd5b1980717418584ae3e2f78a8ce7e26579622ac7d681282
MD5 c87f099272fac3da2f49c2c8dea76969
BLAKE2b-256 061eb09201d9d574e565a4b5740be9da7227fe6384a56fe1a13d131610d413b3

See more details on using hashes here.

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