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 @@

What is Rosenpass?

{{< blocks/section color="white" >}}

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.

-

"Explain it like I'm..."

+

“Explain it like …”

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 @@

"Explain it like I'm..."

{{< /blocks/section >}} {{< blocks/lead color="light" >}} -

Explain it like I'm five!

+

… I'm five!

(Meaning you don't have to know a lot about computers to understand this.)

{{< /blocks/lead >}} {{< blocks/section color="white">}} @@ -94,7 +94,7 @@

How can I use Rosenpass?

{{< /blocks/section >}} {{< blocks/lead color="secondary" >}} -

Explain it like I'm a tech journalist!

+

… I'm a tech journalist!

{{< /blocks/lead >}} {{< blocks/section color="light" >}}

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 @@

Explain it like I'm a tech journal {{< blocks/lead color="primary" >}} -

Explain it like I'm a developer!

+

… I'm a developer!

{{< /blocks/lead >}} {{< blocks/section color="white" >}}

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 @@

Repo

{{< blocks/lead color="dark" >}} -

Explain it like I'm a cryptographer!

+

… I'm a cryptographer!

{{< /blocks/lead >}} {{< blocks/section color="light" >}}

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 @@