sigalrm’s Techdirt Comments

Latest Comments (305) comment rss

  • On the post: Senator Feinstein Revives Stupid Idea That Internet Companies Are 'Materially Supporting Terrorism' If ISIS Members Use Their Sites

    icon
    sigalrm (profile), 10 Mar 2016 @ 12:22pm

    Re:

    Naw. Fox news would have to broadcast something truthful to provide meaningful support.
  • On the post: Senator Feinstein Revives Stupid Idea That Internet Companies Are 'Materially Supporting Terrorism' If ISIS Members Use Their Sites

    icon
    sigalrm (profile), 10 Mar 2016 @ 12:21pm

    Re:

    I bet they use cash, too.
  • On the post: Apple Might Be Forced To Reveal & Share iPhone Unlocking Code Widely

    icon
    sigalrm (profile), 9 Mar 2016 @ 6:52pm

    Maybe part of the problem here...

    is that people don't understand what a secret key looks like.

    This is a 2048 bit RSA key I just generated:


    -----BEGIN RSA PRIVATE KEY-----
    MIIEpAIBAAKCAQEAzSOE0cwXfpZdYP9NI1j7kqNth/oLho2k5gnlXMMrq6m1Ba/s
    HbvcPwU7tdovxUYg9+LVsN2YB/js i4jJG/njvO9O330IvQ8fKvbxezgvWdOGI+sP
    fm22WTZqRTdQ6NfUjL8DlJWsJZxihXhNP9SHLsQ4aa9j4iTRzYl+H6oa0msr4sfs
    hoHuOQpkszDGy0vJ2Gxr/N0VnxGrmsaVmgDuj514pNVgWr24L+SbhZb3fUfRztAP
    ky+q5N1AtE/INUAdPuEz+oO/OBymLOW6LKB7 RbOljWJzNev5RtfxiWdwiDfH2SH0
    TsslEQDk6/Ea1Ckz5EvH6pi93+su6zc8vbmAgQIDAQABAoIBACvMvqow4n9TyaJR
    QH4gnK5l mJhk6hsTmTbIvCE/Rs7DUHRjaI28s7z8+A/PA04iuB1VYH0AA1sIajEs
    xovjoh2QFw4e20PKu8PnsA24JFwQjt6SbN94u2t289/N fMgKdUaL7k7GWlg5eMu4
    sP3E+gwhN05RdYkuhWFWTwihwFJWz8ygoJHfvxxRMstD20uAntNMI7gmWAV1seDB
    BGnmzdhk1Ge9qVHv kjxbQYDlhjKCpWJQNM9ivPjNb57/2KYiHOmh0RyKS7QIQYtl
    3TppOoUwOrg9Ld55xkubRAuj13oHIXJewcT8DxOHjJp4zkNMqwbc pMRApQRhxk3l
    x9MLvKUCgYEA6D7XaNfMTKoihk2yHYR9MMyazGJ49gAdSB3VdeT2qXJqJfBN7FkS
    X7kkFhAreW/QI7zSfo88i2eJ Y/hKF38ok50BB7mVQR5hcIvhpYPa7O6F4C2WJOkv
    GhOIMTrlpX+jo68VThEhhH3TlIICa0ou3Ga/8UiHhV2NyjDK1vf+8i8CgYEA 4h7o
    5m3P1GFT3Hw93m9U6aejBrB4yyg55yXg6VrJnt1y5sFMNpkZDoRyJhEEZi1bujNU
    y0rCUvYfACnkgoRjoAenqiuvD1GyLfhB tGL8m0RzDikwk/kQSEd2UrjgGdmkKKyG
    TsJzKY5aoMhhmb90fZbDOUfnFS5uip90izmifE8CgYEAllQe8MFGf5Vc9ZwTH+Ij
    etPl m0heTbWzPnv5MO+87d+eb+JFPihFqWpYvmNHELrcelV91uf2Y7HoD6qmouDv
    LeVhxlNNFjKJFeWlcJKRwe1/AKXhWxEJKRLdhChA f8jH7mqlGrwh+vXLX4Rr9nC1
    NnrX4WF2P1BYODkvAsjR4IcCgYEAvV8xojn5Ql64gwEyN2V58a1JZULKByqLQ8B/
    Wi+Eh53iqsrb 7yXMzFGz35mE26XFGm3+57qWgDBLyjFLhNsnLFD85BFtrSC4XrN5
    I397GvX6fbOVUXfXYREoUSMv27ZgOwgx+yfylqz3zYvD4aVs A/oNSZ2kNCMMxN/C
    FQ+RuxUCgYA6yDOODkNRoYGsKrEcV3rtwk+tT1Avt+M9KiDpI9PAlnrna9DUoJ1W
    cHmHpyeGAiVk7vBtwgPy pi4jEjtksXKvJZ07P9qgAlNbnbjaI2Ubdi56GnuJskEg
    bLVa9iFrZvyKhsGCPmsxMnxFLs58HwLveuxjICQ0pqGPC72byUZHiA==
    -----END RSA PRIVATE KEY-----

    That's it. This is a textual representation of a 2048 bit RSA key. generate a CSR and a public key, and you can plug it into any Apache web server. Or use it to sign email. Or sign applications. And those signatures will be valid on any system with the public key installed as a certificate authority.

    If you were to see Apple's private key exported like this one is, it would look very similar, although (hopefully) 4096 bits instead of 2048 (twice as long). And it might be DSA, instead of RSA. I'm certain it's stored in a _very_ tightly controlled environment.

    This key fits trivially into a paste buffer. So would Apple's. You could print it and type it in by hand if you were so inclined. Or take a picture and OCR it. And if that happens - just once - it potentially puts the security of every Apple device on the planet at risk.

    Now, this is a simplistic example. I'm sure Apple's implementation utilizes a hierarchy of similar keys, with limited uses, etc, all signed by a single, master key which is stored in tamper-proof hardware, requires multiple people to get to it, etc. But that master key only has to get exported once to the wrong individual to compromise the entire system.
  • On the post: New Mexico Attorney General Would Rather See Sexting Teens Treated As Sex Offenders Than See His Funding 'Jeopardized'

    icon
    sigalrm (profile), 9 Mar 2016 @ 6:22pm

    Re: Re: Dangerous Territory

    Legally speaking, yes, probably.

    But if that individual is associated with, say, education or works with kids in any way, an accusation/investigation is often sufficient to destroy the individual's career, family life, etc.
  • On the post: New Mexico Attorney General Would Rather See Sexting Teens Treated As Sex Offenders Than See His Funding 'Jeopardized'

    icon
    sigalrm (profile), 9 Mar 2016 @ 3:10pm

    Re:

    Don't hold back...tell us how you really feel...

    It'll be interesting to read the cease & desist/take down demand when it (inevitably) gets sent to Techdirt and is subsequently posted.
  • On the post: Apple Might Be Forced To Reveal & Share iPhone Unlocking Code Widely

    icon
    sigalrm (profile), 9 Mar 2016 @ 2:09pm

    Re: Re: clarification

    everyone's obsessed with the fact that the computer in question is a phone.

    It's a computer, with an OS/Firmware.

    Functionality aside, It's fundamentally no different than any other Internet of Things device.

    "Dear Amazon: We think Individual X may be up to something illegal. Please provide a custom firmware for their Alexa...."

    "Dear Samsung: We think Individual X may be up to something illegal. Please provide a customer firmware for their smart TV..."
  • On the post: Apple Might Be Forced To Reveal & Share iPhone Unlocking Code Widely

    icon
    sigalrm (profile), 9 Mar 2016 @ 2:06pm

    Re: clarification

    Let me fix this for you:

    Only Apple is known to have the key(s) necessary to sign such code.
  • On the post: Congressman Proposes Law Banning Government From Purchasing Apple Devices

    icon
    sigalrm (profile), 4 Mar 2016 @ 12:59pm

    Re:

    If passed, it would be exceedingly easy to intercept, record, and subsequently expose their never-ending corruption.


    Actually, if you start from the premise that it's already exceedingly easy for TLA's to intercept, record, and subsequently expose the never-ending corruption of our elected political heroes, it explains a great many things.
  • Next >>


    This site, like most other sites on the web, uses cookies. For more information, see our privacy policy. Got it