Menu

#4 Password in source html

open
nobody
None
5
2006-09-29
2006-09-29
No

Do you think it's wise to put the FTP password in the
HTML source?

Discussion

  • Nobody/Anonymous

    Logged In: NO

    Well, it is open source, so you could open up the jar
    archive and adjust the ZUpload.java file, recompile and
    you're set to use it in a secure way ;-)

    Just change this:

    param_pass = getParameter("pass"); // password

    into

    param_pass = "yourPassword"; // password

     
  • Nobody/Anonymous

    Logged In: NO

    I guess it's not a big problem, because it don't send the password through the Internet with POST or GET. It's only a option to the applet?

     
  • Nobody/Anonymous

    Some help about recompiling would be useful - thanks

     

Log in to post a comment.