0
votes

How secure is asymmetric encryption when sender encrypts with private key and reciever decrypts with public key but public key has visibility? any one can decrypt it

1

1 Answers

2
votes

It's the other way around.. Sender encrypts with public key, and receiver decrypts with its private key..

What you are saying applies to signature.. sender signs with private key, receiver validates signature with public key