Go to the first, previous, next, last section, table of contents.
When using Wget, you must be aware that it sends unencrypted passwords
through the network, which may present a security problem. Here are the
main issues, and some solutions.
-
The passwords on the command line are visible using
ps
. If this
is a problem, avoid putting passwords from the command line--e.g. you
can use `.netrc' for this.
-
Using the insecure basic authentication scheme, unencrypted
passwords are transmitted through the network routers and gateways.
-
The FTP passwords are also in no way encrypted. There is no good
solution for this at the moment.
-
Although the "normal" output of Wget tries to hide the passwords,
debugging logs show them, in all forms. This problem is avoided by
being careful when you send debug logs (yes, even when you send them to
me).
Go to the first, previous, next, last section, table of contents.