Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie

How secure is https?

Options
  • 30-06-2007 2:38pm
    #1
    Closed Accounts Posts: 19,080 ✭✭✭✭


    How secure is https? It encrypts the traffic between your PC and the server? Does this mean that if you're on a public wifi network or something that people won't be able to read your data? Even if they're the administrator of the wireless router or whatever?

    I'm going away in the summer and I'm a paranoid person who'd like to be able to rely on Wifi on my XDA Exec to check my online banking.


Comments

  • Closed Accounts Posts: 17,208 ✭✭✭✭aidan_walsh


    The data is encrypted on your machine and decrypted on the server. While in theory someone could sniff the packets and decrypt them later, the strength of the encryption generally used means that this would take a long time, far longer than it would be worth.


  • Closed Accounts Posts: 7,563 ✭✭✭leeroybrown


    HTTPS gives you an SSL encrypted connection between the client (your web browser) and the server (the web server software). As aidan_walsh points out the encrypted data can be sniffed but 128-bit SSL used for HTTPS is cryptographically strong enough that it won't be possible for a thief to decrypt it.

    So long as your XDA is secure and up to date then using it to check your online banking over wifi is the smart thing to do as you have a much higher guarantee that it hasn't been compromised compared to a random web-cafe PC.


  • Closed Accounts Posts: 19,080 ✭✭✭✭Random


    So my only concern would be that if the guy running the internet cafe or hostel is dodgy that he could (in theory, I'm being paranoid now) setup the hosts file on the router to send me somewhere else for www.aib.ie ?


  • Closed Accounts Posts: 382 ✭✭misterq


    yes, thats always possible.
    If you are that paranoid, you could

    a) Set the hosts file on your machine to point to the correct IP
    or
    b) Use a DNS provider like opendns (assuming you trust them)

    Or you could just chill and not assume that everyone is out to get you.

    Big mistake though. They are.

    In fact the suggestions I gave above are tailored so that I can get access to your bank account.:D


  • Registered Users Posts: 354 ✭✭AndrewMc


    ciaranfo wrote:
    So my only concern would be that if the guy running the internet cafe or hostel is dodgy that he could (in theory, I'm being paranoid now) setup the hosts file on the router to send me somewhere else for www.aib.ie ?

    This is why SSL certificates are signed by a "Certificate Authority" (CA), who is supposed to verify the authenticity of the company's certificate before signing. Your browser checks that the SSL cert corresponds to the site you're visiting and that it is signed by one of a built-in list of CAs, and will complain if it isn't.


  • Advertisement
Advertisement