Bitcoin Forum

Other => Beginners & Help => Topic started by: DarkState on May 15, 2024, 03:17:33 PM



Title: Confusion about PGP key encrypted message [RESOLVED]
Post by: DarkState on May 15, 2024, 03:17:33 PM
I have a confusion about PGP key encrypted messages. Does the sender of the message have the ability to decrypt their own encrypted message? Or does the recipient only have the ability to decrypt the message? I'm asking this because I'm talking about a scenario where I send an encrypted message with a PGP key to my friend. But due to busyness or some other reason my friend saw the message after a year and replied to me using PGP encrypted message. But by then I had forgotten what message I had sent to my friend. Can I now decrypt my own encrypted messages?


Title: Re: Confusion about PGP key encrypted message
Post by: Hatchy on May 15, 2024, 03:26:40 PM
Can I now decrypt my own encrypted messages?

Yes you can. So long You have your PGP key and the message was encrypted and signed using it. Open or login in to your PGP app or software then click on decrypt message. Just copy the encrypted message you had sent to your friend Long time ago paste from clipboard and it will be decrypted by app for you.
Here are some other links to help you learn more about PGP
  • ▶ [Eng: Tutorial] PGP Signature - Encrypt/Decrypt message (Linux Only) (https://bitcointalk.org/index.php?topic=5472957.0) - Learn Bitcoin (https://bitcointalk.org/index.php?action=profile;u=3506304) - English
  • ▶ [Eng: Tutorial] PGP Signature - Encrypt/Decrypt message - Fingerprint (https://bitcointalk.org/index.php?topic=5469280.0) -mdayonliner (https://bitcointalk.org/index.php?action=profile;u=1432468)- English


Title: Re: Confusion about PGP key encrypted message
Post by: Davidvictorson on May 15, 2024, 03:27:42 PM
It is possible for you to decrypt the message you sent to your friend. What you need to use is your own private key to decrypt the encrypted message you sent. But if you lose your private key, you will not be able to decrypt any messages which you have encrypted with your public key will not be possible. If your friend encrypts a message with your public key, then only you can decrypt it using your own private key.



Title: Re: Confusion about PGP key encrypted message
Post by: SquirrelJulietGarden on May 15, 2024, 03:30:27 PM
I have a confusion about PGP key encrypted messages. Does the sender of the message have the ability to decrypt their own encrypted message? Or does the recipient only have the ability to decrypt the message?
It can be decrypted by anyone and if the sender can not decrypt it after encrypt it, the sender will no longer be able to know what he sent days, weeks or years ago.

Encrypted messages are not designed with this terrible format like you think.

[Eng: Tutorial] PGP Signature - Encrypt/Decrypt message - Fingerprint (https://bitcointalk.org/index.php?topic=5469280.0.0)
Receive Merit - Post your PGP key, add an encrypted message, open for anyone. (https://bitcointalk.org/index.php?topic=5461523.0)
Topics above can help you learning about PGP key and Encrypt/ Decrypt messages with practices too.


Title: Re: Confusion about PGP key encrypted message
Post by: Hatchy on May 15, 2024, 04:26:44 PM
No, he can not.
I won't write a reply to him if I haven't tried it before. I even tried it again after seeing your quote. I was able to decrypt an old message (https://bitcointalk.org/index.php?topic=5461523.msg63878912#msg63878912) I sent to @ BitcoinGirl.club, months ago using my own key. And I read the message in full. So its possible.


Title: Re: Confusion about PGP key encrypted message
Post by: BitcoinGirl.Club on May 15, 2024, 08:43:04 PM
I was able to decrypt an old message (https://bitcointalk.org/index.php?topic=5461523.msg63878912#msg63878912) I sent to @ BitcoinGirl.club, months ago using my own key. And I read the message in full. So its possible.
When you are encrypting a message which includes allowing decryption from your own key too then you can decrypt the message. You also become a receiver. Without becoming a receiver of the message you can not decrypt it.

Does the sender of the message have the ability to decrypt their own encrypted message? [...] Can I now decrypt my own encrypted messages?
I hope now you have your answer.

/*edited*/


Title: Re: Confusion about PGP key encrypted message
Post by: DarkState on May 16, 2024, 03:11:59 AM
I hope now you have your answer.

Yes thanks I got my answer. Now my confusion is completely cleared.

So the summary is that the sender can decrypt his own encrypted message with his own key just like a receiver does.

Thanks everyone for clearing my confusion.


Title: Re: Confusion about PGP key encrypted message
Post by: BitcoinGirl.Club on May 16, 2024, 11:54:01 AM
So the summary is that the sender can decrypt his own encrypted message with his own key just like a receiver does.
Only if you add yourself too in the receivers lists. You can add as many receivers as you want when encrypting a message.


Title: Re: Confusion about PGP key encrypted message
Post by: khaled0111 on May 16, 2024, 11:10:39 PM

I won't write a reply to him if I haven't tried it before. I even tried it again after seeing your quote. I was able to decrypt an old message (https://bitcointalk.org/index.php?topic=5461523.msg63878912#msg63878912) I sent to @ BitcoinGirl.club, months ago using my own key. And I read the message in full. So its possible.
Charles-Tim answer is not completely wrong. When you encrypt a message with a certain public key then you need the corresponding private key to encrypt it.
You were able to decrypt the message you sent because you added yourself as a recipient (as BitcoinGirl.Club said) or the software you used has encrypt to self option enabled by default which means the message was encrypted with your own public key too.
In OP's case, we can't say if he can decrypt the message he sent without knowing if he did use his own pub key to encrypt it or not.


Title: Re: Confusion about PGP key encrypted message [RESOLVED]
Post by: Porfirii on May 17, 2024, 04:53:43 AM
Also, the topics mentioned above are being translated into different languages for the better understanding of the non native users of the forum. Although once you set up everything and have some experience PGP is quite simple to use, this is not an easy topic for newbies.

You can find them and other interesting translations here (https://bitcointalk.org/index.php?topic=5442314.msg61853233#msg61853233) ;)


Title: Re: Confusion about PGP key encrypted message
Post by: DarkState on May 17, 2024, 02:29:51 PM
Only if you add yourself too in the receivers lists. You can add as many receivers as you want when encrypting a message.

Okay, I got it. I tried it practically and I was able to decrypt my message. It worked. So thanks again.