From 522f6b5fff881bc53ae8513604788c1c491c08ac Mon Sep 17 00:00:00 2001 From: strollingHeifer Date: Thu, 18 Feb 2021 19:04:00 +0100 Subject: [PATCH] Fixed a typo (#936) Fixed a typo in the documentation and added a colon for better readability --- .../crypto/src/main/resources/lessonPlans/en/postquantum.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webgoat-lessons/crypto/src/main/resources/lessonPlans/en/postquantum.adoc b/webgoat-lessons/crypto/src/main/resources/lessonPlans/en/postquantum.adoc index da981f0fc..7294575cb 100644 --- a/webgoat-lessons/crypto/src/main/resources/lessonPlans/en/postquantum.adoc +++ b/webgoat-lessons/crypto/src/main/resources/lessonPlans/en/postquantum.adoc @@ -4,4 +4,4 @@ Quantum computers are here and getting more power in available qubits each year. Quantum computers are and will be capable of decrypting information that was encrypted with algorithms that were thought to be safe. For some years now, a lot of encrypted communicatation using quantum vulnerable cryptoraphy is being recorded. This information will be decrypted when the quantum computers are powerful enough. Even though the information may be old, it still could contain valuable information that can be misused. Besides the fact that some private information will be known to parties it was not intended for. -Mathematics has answers for the post quantum era. New cryptography is already available and should be used NOW in order to minimize threads. You can read more on this on Wikipedia https://en.wikipedia.org/wiki/Post-quantum_cryptography[Post quatum on Wikipedia,window=_blank] +Mathematics has answers for the post quantum era. New cryptography is already available and should be used NOW in order to minimize threats. You can read more on this on Wikipedia: https://en.wikipedia.org/wiki/Post-quantum_cryptography[Post quatum on Wikipedia,window=_blank]