Link to home
Start Free TrialLog in
Avatar of v_sharing
v_sharing

asked on

Decrypt a message

Hi,
Today I receive an encrypted message. In that message, all character is shown in Hexa, e.g: 1D76AEA4FCEB7BC (extracted from the message)
Do you know the algorithm which is used? and How can I decrypt?
Thanks
Avatar of Tim Holman
Tim Holman
Flag of United Kingdom of Great Britain and Northern Ireland image

Probably PGP, although could you ask the sender to tell you how it's encrypted, and to send you his/her public key?  You can import this into Outlook and have it automatically decrypted.
Avatar of jhance
jhance

Are you sure it's encrypted and not just MIME encoded?
ASKER CERTIFIED SOLUTION
Avatar of kevinf40
kevinf40

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
You should take public key officially. Otherwise it will illegal.

BR Dushan
And Private key.
Avatar of v_sharing

ASKER

Thanks for all help.
What a pity! I know little information: encrypted message, plaintext's characters are numbers
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Dushan911 - What do you mean private key?

A private key should not be shared......

Questoiner want to decrypt.
Dushan -

with public key encryption systems the send can encrypt with her private key and then anyone can un-encrypt with her public key - this proves the message came from her - signing.

to ensure only you can read it she can encrypt it with your public key then only you can un-encrypt it with your private key - this provides the secrecy part.

hence public key encryption services can provide signing, confidentiality or both.

never reveal your private key.

this is an incredibly simplified explanation as it is a bit of an aside from the original question.



Searching the internet, I found some discussion 'bout similar this. Encrypted message are all hexa character, and it 's used RSA Crypto system. Does it true in this problem?
Technically, it's possible to deccrypt more or less anything, but bear in mind this is illegal in most countries unless you have the sender's permission.  This is why you need the sender's public key.  If you have this, then you have permission to decrypt the email (as long as it was sent to you).
Are you intents benign, or are you trying to decrypt something you've not been given permission to read?
Otherwise, I don't see what the problem is with getting the sender's public key?
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial