Decrypting using another company's Public Certificate

M

Mark Moeykens

Hi,

I'm on a project in which my asp.net page will be receiving a request
that has an encrypted query string attached to it. The encrypted
portion is actually the url but encrypted with the sender's private
key. So basically it looks like this:

(URL)(Encrypted URL)

My job is to take the sender's public key, unencrypt it, compare it
against the original url and make sure the url has not been tampered
somewhere along the way.

I've never had to do this before. Can anyone guide me to some
resources that I could study to understand what I'll have to do here?
I'm thinking I'll have to obtain the public certificate first then use
that to unencrypt it though I'm not too familiar with the
System.Security.Cryptography namespace.

Thanks!
Mark Moeykens
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
474,266
Messages
2,571,079
Members
48,772
Latest member
Backspace Studios

Latest Threads

Top