0

I'm looking for a way to create a php upload script to my server where the connection is secure. The site would be only up for a a few minutes, so I'm not that worried, about getting junk files. However, I am worried about interception during the upload. Does anyone have any scripts that would handle that?

All the posts I find talk about how to secure the server against malicious uploads, which is different from what I need.... protection against malicious interception.

Thanks!

7
  • I'm pretty sure that's what ssl is for... Commented Feb 17, 2014 at 3:13
  • just run the script under https. Commented Feb 17, 2014 at 3:13
  • So lets get this straight. You want an anonymous person to give you software for a secure transaction. Perhaps I could supply it- but would it be secure? Commented Feb 17, 2014 at 3:14
  • Simple: Use SSL. Problem solved. Commented Feb 17, 2014 at 3:17
  • You could also only allow the server to be accessed by a known IP. That would reduce the chance of interception. Commented Feb 17, 2014 at 3:18

1 Answer 1

1

Use SSL for encryption so it would automatically prevent from eavesdropping effect.

Have a Look on this Stackoverflow Answer.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.