MatthewBragg
Programmer
My Delphi 6 application retrieves its own updates from my website. The IdFTP component that I am using for the FTP download needs to know my website's password in order to be able to open the site before downloading the file.
Anyone can use a debugger to find out what my site password is. They just have to step through the program execution until the program defines the password field in the IdFTP structure.
There must be a more secure way to download files programmatically without the user having to use a web browser. Does anyone know what it might be?
Anyone can use a debugger to find out what my site password is. They just have to step through the program execution until the program defines the password field in the IdFTP structure.
There must be a more secure way to download files programmatically without the user having to use a web browser. Does anyone know what it might be?