diff --git a/content/en/_index.html b/content/en/_index.html index c01f588a..491dbbbe 100644 --- a/content/en/_index.html +++ b/content/en/_index.html @@ -34,7 +34,7 @@
Rosenpass is free and open-source software based on the latest research in the field of cryptography. It is intended to be used with WireGuard VPN, but can work with all software that uses pre-shared keys. It uses two cryptographic methods (Classic McEliece and Kyber) to secure systems against attacks with quantum computers.
Rosenpass is also a science communication project that intends to make cryptography easy to understand for everyone.
-On that note, we have provided a series in-depth of explanations about what Rosenpass does at different levels. Pick whatever you feel suits you best! :D @@ -56,7 +56,7 @@
(Meaning you don't have to know a lot about computers to understand this.)
{{< /blocks/lead >}} {{< blocks/section color="white">}} @@ -94,7 +94,7 @@Rosenpass provides a complement to the well-known WireGuard protocol, adding quantum-hardened cryptography and key exchange while keeping the established WireGuard standard encryption security. So Rosenpass functions as an add-on, enhancing WireGuard's key negotiation process with Post Quantum Secure (PQS) cryptography, based a combination of Classic McEliece and Kyber.
@@ -106,7 +106,7 @@Rosenpass implements a post-quantum-secure key exchange in the spirit of the Noise Protocol Framework. The motivating use case is integrating with the WireGuard VPN. In this mode, the shared secret generated by Rosenpass is supplied to WireGuard as its pre-shared symmetric key (PSK). This results in a WireGuard VPN connection with hybrid post-quantum security.
@@ -120,7 +120,7 @@The Rosenpass protocol provides a post-quantum-secure authenticated key exchange, based on the work "Post-quantum WireGuard" (PQWG) by Hülsing, Ning, Schwabe, Weber, and Zimmermann1. Apart from some tweaks to the protocol internals, we provide security against what we call state disruption attacks as a major contribution.
diff --git a/layouts/partials/new-update.html b/layouts/partials/frontpage-update.html similarity index 63% rename from layouts/partials/new-update.html rename to layouts/partials/frontpage-update.html index 6f3bbb84..518f37c4 100644 --- a/layouts/partials/new-update.html +++ b/layouts/partials/frontpage-update.html @@ -1,7 +1,7 @@