I have some python scripts that run as cron jobs. They connect to external resources (like a newsserver) - for which passwords are required. I currently have them stored in the scripts themselves (ouch!) - and was wondering if there was a more secure solution. -- http://mail.python.org/mailman/listinfo/python-list
- Passwords in cron scripts Mark Carter
- Re: Passwords in cron scripts Peter Hansen
- Re: Passwords in cron scripts David Wahler