From 0a52e0a092d151aeb3d7bb54db86d7c6371c0597 Mon Sep 17 00:00:00 2001 From: Mark Qvist Date: Fri, 1 Jul 2022 16:49:08 +0200 Subject: [PATCH] Updated page --- source/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/index.md b/source/index.md index 7e515d6..fb9d7fd 100644 --- a/source/index.md +++ b/source/index.md @@ -20,6 +20,6 @@ While Reticulum solves the same problem that any network stack does, namely to g - All encryption keys are ephemeral, and communication offers forward secrecy by default. - It is not possible to establish unencrypted links in Reticulum networks. - It is not possible to send unencrypted packets to any destinations in the network. -- Destinations receiving unencrypted packets will reject them as invalid. +- Destinations receiving unencrypted packets will drop them as invalid.

Next Topic: Get Started