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
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: