in reply to Removing malicious HTML entities (now with more questions!)
How safe do you want it to be? For example if you use hhtp (instead of https) the password will be send unencrypted over the internet. Not particular safe :-) It depends on your requirements.
With respect to your last question, if somebody can read the file he can obviously intercept the credentials. You have to think about file permissions and where to put what file.
See for example CGI Programming with Perl, 2nd Edition, Chapter 8 Security .
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: Removing malicious HTML entities (now with more questions!)
by Lawliet (Curate) on Aug 16, 2008 at 12:19 UTC | |
by dHarry (Abbot) on Aug 16, 2008 at 12:26 UTC | |
by Lawliet (Curate) on Aug 16, 2008 at 12:31 UTC |