RSA Digital Key Signature + RSA-PSS

0.0(0)
Studied by 0 people
call kaiCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/5

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 2:17 AM on 3/27/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

6 Terms

1
New cards

To sign, you

encrypt the message with the private key (instead of the public key), which produces a signature (a random element in the group).

2
New cards

To verify a signature,

you decrypt the signature with the public key (instead of the private key). The signature is valid if it gives you back the original message

3
New cards

Sign a message by

computing signature = message^d mod N

4
New cards

Verify a signature by computing

signature^e mod N and check that it is equal to the

message

5
New cards

RSA-PSS Step 1

Encode the message using the PSS encoding algorithm

6
New cards

RSA-PSS Step 2

Sign the encoded message using RSA (as was done in the PKCS#1 v1.5 standard)

Explore top notes