Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl Monk, Perl Meditation
 
PerlMonks  

Re: Encrypting User/Pass sent by WWW::Mechanize

by johnnywang (Priest)
on Sep 19, 2005 at 19:49 UTC ( [id://493278]=note: print w/replies, xml ) Need Help??


in reply to Encrypting User/Pass sent by WWW::Mechanize

Your bank site must be using https, if not, switch banks, seriously. One common practice nowadays is that the bank homepages are usually not secure (e.g., http://www.bankofamerica.com), but the login forms are secure (just check the source for bankofamerica page). Of course, this is not really secure since someone can change the homepage, hence the form. I think there was a recent slashdot discussion on this practice. Anyhow, if you directly submit to the secure login form using https, you're safe. There is no need to change your code, just add "use Crypt::SSLeay;" to your script. You can install it (if on windows) by: ppm install http://theoryx5.uwinnipeg.ca/ppms/Crypt-SSLeay.ppd
  • Comment on Re: Encrypting User/Pass sent by WWW::Mechanize

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://493278]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others goofing around in the Monastery: (8)
As of 2024-04-18 21:35 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found