Encrypt string for POSTing

  • Thread starter Thread starter Markus Stehle
  • Start date Start date
M

Markus Stehle

Hi all!

I need to POST data from one of my asp.net pages to an external CGI script.
What possibilities do I have to encrypt the data for transmission? Is it
enough to send the data to an SSL secured (https) URL - hoping that this
will encrypt the POSTed data automatically - or do I have to do more?

Regards

Markus
 
Yes, SSL will encrypt the posted data automatically, so this is probably
your best option.
 

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

Back
Top