Fix typos in docs and comments

This commit is contained in:
Joe Farebrother
2022-08-11 14:03:31 +01:00
parent c77b17574a
commit fe5a61bdde
2 changed files with 2 additions and 2 deletions

View File

@@ -2,7 +2,7 @@
<qhelp>
<overview>
<p>Cryptographic algorithms often use padding schemes to make the plaintext less predictable. The OAEP scheme (Optimal Asymmetric Encryption Padding) should used with RSA encryption.
<p>Cryptographic algorithms often use padding schemes to make the plaintext less predictable. The OAEP scheme (Optimal Asymmetric Encryption Padding) should be used with RSA encryption.
Using no padding or an outdated padding scheme such as PKCS1 can weaken the encryption by making it vulnerable to a padding oracle attack.
</p>
</overview>