Closed Thread
Page 1 of 2 12 LastLast
Results 1 to 10 of 11

Thread: Is SSL even nessecary?

  1. #1
    MrGamma is offline Learning Programmer
    Join Date
    Jul 2008
    Posts
    50
    Rep Power
    13

    Is SSL even nessecary?

    I was curious as to the benefits of SSL security... I mean... Why bother? Is it not true that if given the option people would resort to keystroke recorders over cracking an encryption?

    I mean... networks are fairly secure these days... is packet sniffing and interception even a reality these days? I would appreciate if anybody could lend me a few buzzwords so I could do a little research of my own as to how to secure my network traffic without resorting to SSL...

    Thanks if anyone can help...

  2. CODECALL Circuit advertisement
    Join Date
    Always
    Posts
    Many

     
  3. #2
    Join Date
    Mar 2008
    Location
    The North Pole
    Posts
    13,174
    Blog Entries
    13
    Rep Power
    114

    Re: Is SSL even nessecary?

    SSL, like everything, is a tool. You can't have too much security. Besides, networks are far from secure, in these times of weak passwords and WEP keys.

    Quote Originally Posted by Jordan View Post
    Good members, like yourself, stick around and post for ages to come!
    Mr. Xav | Blog | Forums

  4. #3
    Join Date
    May 2008
    Posts
    2,126
    Blog Entries
    1
    Rep Power
    33

    Re: Is SSL even nessecary?

    I would never send any type of critical data over any network without first encrypting.

    And what do you mean is packet sniffing and intercepting a reality? Of course it is, wardriving is now more popular than ever and all it takes is arp poisoning to steal packets in a LAN.

    I could go on about this, but I hope you got the idea.

  5. #4
    TkTech's Avatar
    TkTech is offline The Crazy One
    Join Date
    Jun 2006
    Location
    Canada
    Posts
    1,412
    Blog Entries
    1
    Rep Power
    31

    Re: Is SSL even nessecary?

    Only way I really trust sending critical traffic is with a rotating 256-bit encryption key.

    Its significantly easier to simply intercept someones traffic then to invade a system and install a keylogger. Something like wireshark which contains hundreds of signatures can tell you what protocol/application is being used and trace the conversation.

    I mean... networks are fairly secure these days... is packet sniffing and interception even a reality these days?
    Uh. No comment.

  6. #5
    municipol's Avatar
    municipol is offline Newbie
    Join Date
    Aug 2008
    Posts
    3
    Rep Power
    0

    Re: Is SSL even nessecary?

    SSL won't do too much to help your data. If you're the kind to always go that extra mile or install that extra plugin, you'd probably want to use SSL. But for logins and stuff, ssl probably isn't you best choice.

  7. #6
    Join Date
    May 2008
    Posts
    2,126
    Blog Entries
    1
    Rep Power
    33

    Re: Is SSL even nessecary?

    SSL won't do much. lol alright

  8. #7
    Join Date
    Jan 2008
    Posts
    1,725
    Blog Entries
    4
    Rep Power
    29

    Re: Is SSL even nessecary?

    SSL to me is another tool as well that adds an additional layer of security to .

    I do believe it will protect your data long enough to where you would have different information. I rarely give out any information that doesn't change on an annual basis (eg: social security number). I only give out credit card information when I buy something using paypal.

    Our professor in a CS class I took explained how ssl works, and to sum it up, basically there are 2 keys. A public key and a private key. The public key is given to everyone and everyone will use that to encrypt the data. The private key is generated for your use only. When you receive data you use this key to decrypt the data. I forget the exact formula, but the algorithm used is very hard to reverse. I think our prof said it would take a year for the most powerful super computer to get the data back in the best case. This is why I trust ssl for information that changes on an annual basis. This was back in December of 2007, so I am not sure if this is still true.

  9. #8
    Doe1974's Avatar
    Doe1974 is offline Newbie
    Join Date
    Aug 2007
    Location
    Garin
    Posts
    9
    Rep Power
    0

    Re: Is SSL even nessecary?

    Security is provided by layers. The fact that someone is able to use a keylogger is not enough to stop using SSL. SSL is designed to encrypt the info before leaving your machine.

    ---------------------------------------
    Doe1974
    System Analyst and Web Programmer
    Specialist in ecommerce stores developed with Free Comersus Cart and blog sites developed with Free Wordpress
    Support Open Source!!!

  10. #9
    sohel003 is offline Newbie
    Join Date
    Aug 2008
    Posts
    3
    Rep Power
    0

    Re: Is SSL even nessecary?

    I mean... networks are fairly secure these days... is packet sniffing and interception even a reality these days? I would appreciate if anybody could lend me a few buzzwords so I could do a little research of my own as to how to secure my network traffic without resorting

  11. #10
    Join Date
    May 2008
    Posts
    2,126
    Blog Entries
    1
    Rep Power
    33

    Re: Is SSL even nessecary?

    Dude you obviously don't know **** about networks, I could walk into your company setup my laptop and start ******* with your network all day. Networks are far from being secure, when I use a DNS zone transfer or I start ARP poisoning you how do you plan to stop it? And then for all the noob administrators out there who run DHCP, yeah life just became a whole lot worse for you when I walked into your place of business.

    How can you question the reality of packet sniffing and interception?

    Don't try to say something is secure when you don't even understand it.

Closed Thread
Page 1 of 2 12 LastLast

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Is SSL even nessecary?
    By poter in forum Software Security
    Replies: 10
    Last Post: 12-08-2009, 01:35 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts