From 9a8789aa22af3c6f593418b531c55693e2d75ba9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rickard=20Hallerb=C3=A4ck?= Date: Wed, 14 Aug 2024 15:06:01 +0200 Subject: [PATCH] README --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index ffc12d0..65c5d23 100644 --- a/README.md +++ b/README.md @@ -7,3 +7,17 @@ Chat encrypted with PGP with anyone else. You session is encrypted using ChaCha20Poly1305 with a session key that is protected with PGP key assymetrical encryption. + +## Work in progress + +This is a work in progress. So far I have this: + +- PGP assymetrical encryption using pre-existing pgp-keys (you can create them with gpg) +- Topic based middleware using Zenoh + +Will work on this: + +- Web front end +- Hosting middleware peers that enable communications behind routers + +