Next: Notable Features
Up: mRSA in detail
Previous: mRSA Signatures.
The encryption process is identical to that
in standard RSA. (In other words, ciphertext is computed as
where m is an appropriately padded plaintext, e.g., using OAEP.)
Decryption, on the other hand, is very similar to signature generation
above.
- 1. upon obtaining an encrypted message c, user Ui sends it to the
appropriate SEM.
- - SEM checks that Ui is not revoked and, if so, computes a
partial cleartext
and replies to the
user.
- - concurrently, Ui computes
.
- 2. Ui receives PCsem and computes
.
If c'=c, the cleartext
message is:
(PCsem*PCu)=cdiu.
Gene Tsudik
2001-05-10