What is the difference between encrypting and signing in asymmetric encryption? [closed]

When encrypting, you use their public key to write a message and they use their private key to read it. When signing, you use your private key to write message’s signature, and they use your public key to check if it’s really yours. I want to use my private key to generate messages so only … Read more