RSASSAPSS
RSASSA-PSS, or RSA Signature with Probabilistic Signature Scheme, is a padding scheme for RSA digital signatures. It is defined in PKCS #1 and standardized in RFC 8017. Unlike traditional deterministic RSA padding, RSASSA-PSS incorporates randomness through a salt, producing a different signature for the same message on each signing. This probabilistic approach improves security against certain forgery and side-channel attacks while preserving RSA’s mathematical foundation.
How it works in brief: a hash of the message is computed with a chosen hash function
Parameter choices and implications: the RSA modulus length is typically 2048 bits or greater; the hash function
Standards and usage: RSASSA-PSS is part of PKCS #1 and is supported in modern cryptographic libraries and