Jump to content

Need some advices about security


Recommended Posts

Hi.

I am trying to make autoit script that is communicating with PHP on server. I know that is this easy to hack with Microsoft loop back adapter.

I put in some math. Autoit is send some random numbers to PHP and then PHP calculate new number and send it back to autoit, and then autoit calculate it with the same way as PHP and then If PHPresult = Autoitresult = ... script running on ... else exit ...

Here is it what I do so far:

Code removed

So my question is ... is this easy to hack? If so what can I do?

Thanks for advices.

Edited by DoctorSLO
Link to comment
Share on other sites

if someone wanted to they would read the data sent, then read the incoming data, figure out the calculation from the answer and the first peice of data and then it would not exit but i dont know how feasible that would be for someone to do.

Interpreters have great power!Although they live in the shadow of compiled programming languages an interpreter can do anything that a compiled language can do, you just have to code it right.

Link to comment
Share on other sites

if someone wanted to they would read the data sent, then read the incoming data, figure out the calculation

Yes, but it is hard to calculate it? Or there is just simple way to do it ...

And is it possible to Encrypt the data with autoit and then decrypt with PHP?

Edited by DoctorSLO
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...