Jump to content

Public key


drisate

Recommended Posts

Hey guys i have a message thats has been encoded with a private key. On my side, i have a pubkey.pem file but i have no idea how to convert the unreadble string into something understandble. Also, i have no idea what the encryption is ... i attached the public key to this message. I woud like to know if somebody here would be able to point me in the right direction in order to be able to decrypt the encoded string. Also, this will be a one time thing so lets keep stuff as simple as possible lol

 

Thx in advance :-)

 

[attachment deleted by admin]

Link to comment
https://forums.phpfreaks.com/topic/244567-public-key/
Share on other sites

The sender of your message encrypted the message with his private key and your public key.  If you want to decrypt the message you need to decrypt it with your private key (and his public key, but that usually is done transparently by the software).

 

If you use Thunderbird, I'd recommend Enigmail

 

Asuming you're using windows and want the whole encryption suite go with Gpg4win which is based on GnuPG.  It also has an outlook plugin IIRC.

 

See the related documentation on how to decrypt a message.

Link to comment
https://forums.phpfreaks.com/topic/244567-public-key/#findComment-1256243
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.