storing passwords

Moshe Zadka moshez at zadka.site.co.il
Sun Jan 14 10:39:58 EST 2001


On Sun, 14 Jan 2001, "Brian Waskiewicz" <bwaskiew at indiana.edu> wrote:

> I have a Python script that makes a Telnet connectio to a remote server and
> right now I have the password just stored within my code.  I'd don't like
> the idea of leaving the password available like that (the script runs
> automatically every night, so I can't prompt the user for it), so is there
> any other way to store the password in some kind of encrypted fashion??

Read the fetchmail FAQ on ESR's site to see why this does not afford any
kind of protection.
(Hint: If you encrypt it, where would you put the key?)
-- 
Moshe Zadka <sig at zadka.site.co.il>
This is a signature anti-virus. 
Please stop the spread of signature viruses!




More information about the Python-list mailing list