Go to file
juga 575d551596 Add documentation about integration tests 2020-03-27 11:54:46 +00:00
docs Add documentation about integration tests 2020-03-27 11:54:46 +00:00
mixnet Refactor set_identity, parse name_addr in it 2020-03-27 10:02:22 +00:00
scripts Initial import 2020-02-08 14:40:05 +00:00
tests Refactor set_identity, parse name_addr in it 2020-03-27 10:02:22 +00:00
.dockerignore Initial import 2020-02-08 14:40:05 +00:00
.editorconfig Add more identation conf for some files 2020-03-21 06:30:22 +00:00
.gitignore Initial import 2020-02-08 14:40:05 +00:00
.gitlab-ci.yml Remove GL CI template 2020-03-21 08:27:53 +00:00
.pre-commit-config.yaml Add pre-commit hook configuration 2020-03-21 10:49:59 +00:00
CONTRIBUTING.md Initial import 2020-02-08 14:40:05 +00:00
Dockerfile Expose port 25 and correct postfix command 2020-03-21 08:27:53 +00:00
LICENSE.rst Initial import 2020-02-08 14:40:05 +00:00
README.rst Modify README with client and remailer 2020-03-25 07:51:31 +00:00
maintainers.rst Initial import 2020-02-08 14:40:05 +00:00
pyproject.toml Move from setup.py to setup.cfg 2020-03-21 08:27:53 +00:00
pytest.ini Add configuration for pytest 2020-03-25 07:51:31 +00:00
setup.cfg Convert str to python email in common module 2020-03-26 15:02:15 +00:00
setup.py Move from setup.py to setup.cfg 2020-03-21 08:27:53 +00:00
tox.ini Move coverage configuration to setup.cfg 2020-03-24 06:18:07 +00:00

README.rst

_

pEp mix network prototype in Python
===================================

This project is a prototype of the pEp mix network design described in
composed by the following:

1. ``client

It encrypts an Email message several times as described in and send it to the
first remailer.

2. ``remailer``

It decrypts an OpenPGP encrypted Email and sends it to the recipient(s)
`in the decrypted Email.
It is intented to run as Postfix pipe.


`Contributing <CONTRIBUTING.md>`__

License
-------

GPLv3

Authors
-------

juga at riseup dot net



https://dev.pep.foundation/Mixnet/Messages.