Jump to content

Recommended Posts

Posted

OK, so if I include winscp and let it handle the sftp (FTP over SSL) things. Is it save to distribute the script then? Can others still see usernames,passwords in any way?

Posted (edited)

So you are planning on distributing this script? In that case, no, your details are not entirely safe. The compiling process does do a decent job of mixing stuff up and making a script hard to read if it were to be decompiled, which as I understand is only nearly impossible, not completely impossible, but it's still possible. As near as I can figure there isn't really any simple way to safely transfer data back and forth over the internet.

As said by Saunders, there's no real safe way to send data over the net. SSL would probably make it harder though...

I would say this, create a user account on the webserver, which only has access to create new and write new files, not modify.

That would make it less dangerous if the password would be 'leaked'..

Edited by FreeFry

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
×
×
  • Create New...