Slashdot Mirror


User: requeth

requeth's activity in the archive.

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

Comments · 16

  1. One of the main principals of a crypto message is that it can't be reversed, and no part of the enciphered message should be able to be able to be guessed without the secret key. As shown in this (https://appliance.cloudshark.org/blog/packet-capture-of-heartbleed-in-action/) post about heartbleed, we can tell what heartbeat message type was chosen, but we can't identify how many bytes the payload was unless we decrypt the data. So my question is, without having man in the middled all the sessions, or had the decryption keys. How are these researchers making this statement? The issue line was: buffer = OPENSSL_malloc(1 + 2 + payload + padding); How can they differentiate between payload/padding after it's been sent across the wire?

  2. Head First Series on Ask Slashdot: Best Book For 11-Year-Old Who Wants To Teach Himself To Program? · · Score: 0

    I'm a big fan of the Head First series and I recently used the Head First C# book to learn. It's great but requires a Windows OS/VM to use so maybe not the best for you. The upside is it's centered around building games, which would greatly interest a kid. I've been eyeing the Head First Java book for a while now, and for your purpose I just pulled up a comment from the headfirst site: "My thirteen year old son who is new to programming started writing Java programs after reading this book.He had so much fun writing a battleship game after reading this book!"

  3. Where's James on Ask Slashdot: A Cheap, DIY Home Security and Surveillance System? · · Score: 0

    I'm a fan of Where's James. It's free, has motion detection, works with night vision cameras, etc. Just plug in a good webcam and your good to go. It can upload to FTP incase they lift your security system. It's neat.

  4. Re:Remember: The police are allowed to lie to you on Are UK Police Hacking File-Sharers' Computers? · · Score: 0

    At Defcon this year an instructor in computer forensics for law enforcement gave a very interesting talk on how they remotely exploit machines, mount drives read only, and copy hard disks off for analysis, without warrents. This is obviously the US side but the UK could be similar: http://www.youtube.com/watch?v=PTYYlHYBF0Q

  5. Re:Souls? on Robots Dive Deep To Solve Airliner Crash Mystery · · Score: -1, Offtopic

    I was just logging in to challenge that all 228 people a) believed in souls and b) that (if souls exist) all 228 people had one.

  6. Openfire on Good Open Source, Multi-Platform, Secure IM Client? · · Score: 1

    I like the Openfire server with Spark client myself.

  7. Re:Keep getting billed on AOL Users Will Need to Pay $2 a Month For Phone Support · · Score: 1

    That's not one of the 999 ways that banks rip you off! Seriously, I used to work for a credit card center, both credit cards and debit cards are protected by Visa regulations. Most banks write off anything under $35 dollars and never even care which is AOL. Anything over goes to a dispute representative who fights with the company (AOL) over the charge. Ultimately though this is all useless because the way most banks designed their credit card and debit card systems is that they cant block charges from specific vendors, only from charge banks (ie gas stations, adult entertainment). This was a specification in EDI and systems were built to specification. Now to the way banks ARE ripping you off: When AOL puts a charge through they get a 4 digit auth code. Every time they charge you after the initial charge they put the charge through with the auth code, automatically making it so the charge wont be denied. This is a convenience incase the card went lost/stolen or the card expired. This auth code is supposed to expire at some point, but I've yet to find a bank that implimented that part. The above would make sense on reoccuring charges, except that the bank has no way to stop the AOL charges. If you lost/stolen the card the number changes but the auth code will still charge to the new account. The only way to stop the charges is to get AOL to stop (haha) or to close the entire account out and open a new one. With debit card you can close your checking account fairly easy and open a new one (at a different bank or they link). With a credit card though it's more likely that the card holder cant pay off the debt, and as such cant close the account. Banks profit on this by either getting more debt piled on every month because people eventually stop complaining and just take the charge as a lesson to their stupidity, or they do a balance transfer to a different bank, and the other bank makes a fortune because balance transfers always screw the customer in the end (fine print). Glad I quit that job.

  8. Data Disposal on YouTube Must Give All User Histories To Viacom · · Score: 1

    Data disposal has gotten much better in recent years so let's see how commited Google is to user privacy...

  9. Re:Swiss Ball! on Best Chair For Desktop Coding? · · Score: 1

    Something tells me the guarantee has limits, otherwise I'm going to set my 380lb arse on one and get my money back.

  10. Re:You damned dirty liar! on South African Minister Locks Horns With Microsoft · · Score: 1

    Microsoft forgot to sudo me into non-existance!

    (changes his system passwords)

  11. Hack on Air Force Cyber Command General Answers Slashdot Questions · · Score: 1

    Since when is it criminal to hack? It's potentially criminal, but I hack my systems all the time to make sure no security holes are present. The government has been really good lately on not calling all hackers criminals, but I'm worried this article is a step in the wrong direction. The government should be happy that ethical hackers exist otherwise most of those pesky software/OS exploits would still not be patched. Also, can you imagine having to train a hacker from scratch?

    I haven't ranted on this for about 5 years, and was hoping never to have to again. It's like saying driving a car is criminal because some people cause vehicular manslaughter.

  12. Bar on Hitchhiker's Guide Turns 30 · · Score: 1

    It's been a while since I read the books, but wasnt 42 the address of the bar that they all died in when they went back to earth and it was destroyed? Thus them just discovering the answer to the question seconds before the earth was destroyed?

  13. Shock on Admins Accuse Microsoft of Hotmail Cap · · Score: 1

    Three cheers for less spam!

    (Shocked that Microsoft did something responsible)

  14. Re:Mayan Calender on Time Dimension To Become Space-like · · Score: 0, Troll

    a) who gives people science degrees b) who publishes this dribble (the enquirer I presume?) c) do they make money off of it? (I AM greedy...) Honestly, what's with the doomsday people getting publicity nowdays?

  15. Worst Admin Job on Google Patents Shipping-Container Data Centers · · Score: 1

    I hope the Sys Admin doesn't suffer from claustrophobia or motion sickness...

  16. Not XSS on Gmail Vulnerability May Expose User Information · · Score: 3, Interesting

    You dont need to use cross site scripting, it sends the user's entire email list, telephone numbers, alt emails, etc right after login for the googletalk applet. Run a packet dump, they turn off the encryption and then send all of the private data (negating userid/password). I sent in two support tickets on this in January but only received the generic autoreplies. To keep up with security news find a local hacker group.