From 4acea66ade43e5a1c386b034eda763b7d51d2dd5 Mon Sep 17 00:00:00 2001 From: Christian <christian.pietsch@digitalcourage.de> Date: Fri, 17 Feb 2017 13:11:27 +0000 Subject: [PATCH] unbreak link to scrambler in README.md (caused 404) --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0263da4..614b892 100644 --- a/README.md +++ b/README.md @@ -4,8 +4,9 @@ TREES - A NaCL-based Dovecot encryption plugin This plugin adds individually encrypted mail storage to the Dovecot IMAP server. -This plugin is inspired by Posteo's [scrambler](https://github.com/posteo -/scrambler-plugin) which uses OpenSSL and RSA keypairs. TREES works in a +This plugin is inspired by Posteo's +[scrambler](https://github.com/posteo/scrambler-plugin) +which uses OpenSSL and RSA keypairs. TREES works in a similar way, but uses the Sodium crypto library (based on NaCL). How it works: -- GitLab