Question Receive string from PHP (cURL) script at remote server

atmoz

Member
Joined
Jan 21, 2012
Messages
6
Programming Experience
1-3
Dear programmers,

For a project I need a small program that can safely receive a string from another web-server.

A user browses to a website, let's say for example www.EnterStringHere.com, and fills in a string. (I think PHP is good for this)
This string is first being hashed/salted and via a secured method (PHP in combination with cURL) send to my program (therefore this topic) which is being hosted at my home server.
Then it gets de-hashed/de-salted to bring back the original string and do something with it.

Is there a simple way to achieve this? Or maybe a good example...?

I was thinking of making a VB.NET executable that "listens" at the home servers IP address to receive this string.

Maybe someone can point me to the right direction? Or maybe other ideas are a lot better?

Thanks in advance, and sorry for my English, I'm from the Netherlands...

With kind regards,

Atmoz
 
Last edited:
No one who can help me with this?
That's a pity, I thought I would get some help here...
In the meanwhile I tried several other options, but none of them can handle a HTTP session the right way.

If the PHP script on my server executes a (command line) VB.NET program, then I loose the current session, and thus there is no way to response back the the user at the website.

With kind regards,

Atmoz
 
Back
Top