Slashdot Mirror


User: jhaar

jhaar's activity in the archive.

Stories
0
Comments
7
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 7

  1. Re:iDrive has the same problem on Dropbox Head Responds To Snowden Claims About Privacy · · Score: 1

    You're still paying money with those concerns?? Just move your money (and data) to SpiderOak and be happy: good client-side crypto can be done properly.

  2. Do you trust Phil Zimmermann? on Microsoft Won't Say If Skype Is Secure Or Not. Time To Change? · · Score: 5, Informative

    Then check out his latest venture

    https://silentcircle.com/

  3. Re:Why should we trust openssl? on Dutch Government Officially Trusts OpenVPN-NL · · Score: 5, Informative

    you don't know what you're talking about. Openvpn was never affected by the "renegotiation bug" as it doesn't use SSL for that component. As it runs over UDP and TCP, it had to come up with its own way of doing that - hence no problem.

    That in combination with HMAC authentication makes it basically immune from that issue anyway...

  4. Re:Hard shell, gooey centre security obsolete on Windows 7 Can Create Rogue Wi-Fi Access Point · · Score: 3, Interesting

    Actually, can someone explain to me what the real difference is between "master mode" and AdHoc or mesh networks?

    Why is it that only a few chipsets can "do" proper full-blown "master mode" (ie be an Access Point), and yet other chipsets can be used as AdHoc or mesh? I mean - what's the fundamental difference? I've been through this with Linux systems and can't understand why I can't just grab any WLAN card, bring up the interface and whack a DHCP server on it - why doesn't that work for them all?

    Just wonderin...

    J

  5. Re:The Six Million Dollar 'Net. on Researchers Scheming to Rebuild Internet From Scratch · · Score: 1

    FYI: it's "better, stronger, faster"

    (dee-doop, dee-dee, dee-doop, dee-dee, DA DA DA DA DAAAAA!....)

  6. Re:Submitter forgot to include a relevant URL on The IT Strategy That Makes Google Work · · Score: 1


    Just a small correction: I think you meant /dev/urandom - your way will lead to a small printout and a sad, entropy-free workstation ;-)

    [I hate watching all those virtual particles dropping inert to the ground...]

  7. Re:Use VPN, forget WEP. on U.S. Government Certified Wireless Security Products? · · Score: 1

    Problem: it doesn't scale cost-effectively.

    The problem is with multi-AP deployments. If you have multiple WLAN Access Points, then running VPN typically means you are tunneling all that users traffic over your LAN back to the VPN concentrator - and then it needs to route their packets to where they are actually going. You end up a bit S.L.O.W...

    Of course, this can be solved by installing VPN concentrators next to the WLAN APs - but that gets expensive...

    EAP is supposed to sort this out. Authenticated access plus encryption keys that change every 'n' minutes.