4
On a process that is using asymmetric encryption(such as ssh), when I want to send a message to someone using my public key, can I decrypt and read this message with my public key (the same that I used to encrypt) or only who has the private key would be able to decrypt this message?
Right, when I was saying my public key I was reffering to the public key that the privates key's owner gave to me. However, thanks for clarify. :D – Diogo – 2011-07-19T17:23:25.090
@Diogo BTW if you encrypt with your private key, you are signing your message, and everyone with your public key can decrypt it knowing you "approve this message". – Jader Dias – 2011-07-20T10:10:06.370