Hi,
As you know following example is explains encryption for the single public key.
https://github.com/diafygi/webcrypto-examples#rsa-oaep---encrypt
So is there any way to encrypt data for multiple public key (so multiple key owner can decrypt data using their private key).
If that is not possible using RSA-OAEP, can you please suggest way for the same?
Thanks