I have an encrypted email id for unsubscribing from abcde.test.com.
This is encrypted in aes-256.where eid=”encrypted message” and rid when combined with keysize,and keystr (like “6a6b663472346c38736873346569727538346234333534376635333962353666”) forms the encoded key.
Now I want to decrypt this message.
can any one help me decrypting it?
Try the following using Java SE and Apache Commons. Please note that you haven’t indicated the mode or padding for your cipher (just “AES”), so you might need to make some adjustments.
I don’t know what type
eidrepresents, so turning that into something concrete is up to you, but here’s an example: