Skip to content

Commit 57b4057

Browse files
authoredMar 14, 2025··
Update encryption-functions.md (#486)
* Update encryption-functions.md * Update encryption-functions.md
1 parent 770d358 commit 57b4057

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎docs/encryption-functions.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Percona Server for MySQL 8.0.41 adds the following:
3131
</details>
3232
<details>
3333
<summary> `pkcs1_pss` padding explanation</summary>
34-
The [`RSASSA-PSS`](https://en.wikipedia.org/wiki/PKCS_1) - [`Probabilistic Signature Scheme'](https://en.wikipedia.org/wiki/Optimal_asymmetric_encryption_padding) is an RSA signature padding scheme used to add randomness to a message before signing it with a private key. This randomness helps to increase the security of the signature and makes it more resistant to various attacks.
34+
The [`RSASSA-PSS`](https://en.wikipedia.org/wiki/PKCS_1) - [`Probabilistic Signature Scheme'](https://en.wikipedia.org/wiki/Probabilistic_signature_scheme) is an RSA signature padding scheme used to add randomness to a message before signing it with a private key. This randomness helps to increase the security of the signature and makes it more resistant to various attacks.
3535
</details>
3636

3737
* [`encryption_udf.legacy_paddding_scheme`](#encryption_udflegacy_paddding_scheme) system variable

0 commit comments

Comments
 (0)
Please sign in to comment.