The website I am working on takes in information and then scrapes another website within our company. Basically, a work-around but allows most of the necessary information to be automated. The problem is, the site that needs to be scraped is password protected and my site is password protected as well. Using CGI and WWW::Mechanize (or any other module) how could I take the login and password info from my site (securely) and use it for the login and pass for the site I am scraping. Right now, for demo purposes I use