You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
AFAIK, RSA isn't supposed to be used as a message encryption system. Instead, it (asymmetric) is better when combined with a symmetric system, forming a hybrid cryptosystem.
AFAIK, RSA isn't supposed to be used as a message encryption system. Instead, it (asymmetric) is better when combined with a symmetric system, forming a hybrid cryptosystem.
As defined by Wikipedia:
Hybrid Cryptosystem Proposal
I propose we move away from RSA and instead use the following scheme:
[BOB_PUBLIC_KEY][ALICE_PUBLIC_KEY]: c_b
.References:
The text was updated successfully, but these errors were encountered: