Menu
Home Explore People Places Arts History Plants & Animals Science Life & Culture Technology
On this page
Probabilistic signature scheme
Signature padding scheme for RSA

Probabilistic Signature Scheme (PSS) is a cryptographic signature scheme designed by Mihir Bellare and Phillip Rogaway.

RSA-PSS is an adaptation of their work and is standardized as part of PKCS#1 v2.1. In general, RSA-PSS should be used as a replacement for RSA-PKCS#1 v1.5.

We don't have any images related to Probabilistic signature scheme yet.
We don't have any YouTube videos related to Probabilistic signature scheme yet.
We don't have any PDF documents related to Probabilistic signature scheme yet.
We don't have any Books related to Probabilistic signature scheme yet.
We don't have any archived web articles related to Probabilistic signature scheme yet.

Design

PSS was specifically developed to allow modern methods of security analysis to prove that its security directly relates to that of the RSA problem. There is no such proof for the traditional PKCS#1 v1.5 scheme.

Implementations

References

  1. Bellare, Mihir; Rogaway, Phillip. "PSS: Provably Secure Encoding Method for Digital Signatures" (PDF). Archived from the original (PDF) on 2017-08-10. https://web.archive.org/web/20170810025803/http://grouper.ieee.org/groups/1363/P1363a/contributions/pss-submission.pdf

  2. "RSA-PSS". OpenSSL Documentation. Retrieved April 7, 2025. https://docs.openssl.org/master/man7/RSA-PSS/

  3. "wolfSSL Changelog | wolfSSL Embedded SSL/TLS Library Documentation". wolfSSL. Retrieved 2018-10-05. https://www.wolfssl.com/docs/wolfssl-changelog/