I am considering building an application which would include various users being able to ftp files to a website. I don't particularly want to give the users the login/password for ftp access to the site but at the same time I know it's not a very good idea to hardcode passwords!
Can anyone suggest what the best method would be to get this type of security?
Would Dotfuscator have any effect as (I am no expert on this) I think password could be intercepted when it leaves the application??
Can anyone suggest what the best method would be to get this type of security?
Would Dotfuscator have any effect as (I am no expert on this) I think password could be intercepted when it leaves the application??