Skip to content

Commit

Permalink
Fix: Typo in selfhosted doc (#184)
Browse files Browse the repository at this point in the history
Corrected Typo: `... future threads.` -> `... future threats.`
  • Loading branch information
ukashazia authored Apr 22, 2024
1 parent 00066e5 commit c8824a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pages/how-to/enable-post-quantum-cryptography.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import {Note} from "@/components/mdx";
Post-quantum cryptography aims to mitigate risks associated with quantum computing's potential to undermine existing encryption methods.
Current concerns include the possibility of bad actors collecting encrypted network traffic to decrypt it once quantum computers become available.
This 'harvest and decrypt later' strategy threatens the confidentiality of presently secure communications.
[Rosenpass](https://rosenpass.eu), a post-quantum secure protocol, addresses these concerns by offering advanced cryptographic measures to protect VPN connections against such future threads.
[Rosenpass](https://rosenpass.eu), a post-quantum secure protocol, addresses these concerns by offering advanced cryptographic measures to protect VPN connections against such future threats.


## About Rosenpass
Expand Down Expand Up @@ -67,4 +67,4 @@ netbird up --enable-rosenpass --rosenpass-permissive
- Make sure to [star us on GitHub](https://github.com/netbirdio/netbird)
- Follow us [on Twitter](https://twitter.com/netbird)
- Join our [Slack Channel](https://join.slack.com/t/netbirdio/shared_invite/zt-vrahf41g-ik1v7fV8du6t0RwxSrJ96A)
- NetBird [latest release](https://github.com/netbirdio/netbird/releases) on GitHub
- NetBird [latest release](https://github.com/netbirdio/netbird/releases) on GitHub

0 comments on commit c8824a7

Please sign in to comment.