Live data from Hacker News

Viewing profile — pencilo

pencilo

HN member
Joined
Thu, Dec 19, 2013, 3:32 AM UTC
HN karma
124
Public activity
24 items

About pencilo

No profile information was provided.

Recent public activity

  1. comment
    Comment #20475410

    You're thinking of https://android-developers.googleblog.com/2016/07/changes-to...

  2. comment
    Comment #9072626

    Locally added CAs override pinning, so no it wont help.

  3. comment
    Comment #9000864

    The evidence that he paid for murders is as damning as the rest of it, he kept the chatlogs and made diary entries about _paying to have someone murdered_, Please. The fact that he…

  4. comment
    Comment #9000396

    You see he's ok because he writes code and drug laws are bad, man. I'm disgusted by people trying to claim he is anything but a horrible person while trying to brush away the fact …

  5. comment
    Comment #8800214

    Sorry I wasn't clear, I wasn't talking about someone MiTM but someone actively compromising their servers. It would be nice to have a corpus of javascript and HTML from these sorts…

  6. comment
    Comment #8798621

    Since I'm the first security person here I might as well just start off the anti-javascript crypto thread: Their claim "Zero Access to User Data" is completely untrustable. There i…

  7. comment
    Comment #8639819

    Yes but worse, this is basically a 1990s anti virus + hype.

  8. comment
    Comment #8620787

    "Relatively poor" is letting them off easy, comically incompetent would be closer to the truth. Hopefully Square doesn't trust data from Snapchat. Lucky for Snapchat their users an…

  9. comment
    Comment #7573939

    The code used for the paper is actually here: https://github.com/pencilo/ssl I quit gradschool a month after publishing this so can't comment on what Suman is currently working on,…

  10. comment
    Comment #7346336

    How could I possibly verify that though? Case 1: You delete my message once I read it Case 2: You simply report it as deleted once I read it(but keep it stored) Is there any way fo…

  11. comment
    Comment #7346329

    This isn't about hackers or even the NSA. The NSA is like the final boss. This isn't even passing level one. The point is that you don't actually offer me any more privacy than if …

  12. comment
    Comment #7346046

    That worked so well for people using hushmail. http://en.wikipedia.org/wiki/Hushmail#Compromises_to_email_p...

  13. comment
    Comment #7346026

    These services deeply anger me and it is pretty hard not to launch into rants when I see them unfortunately. I have an honest question for you HN: Do you not see these services as …

  14. comment
    Comment #7345971

    How do you know there is no paper trail? What stops Delete.im from saving your messages?

  15. comment
    Comment #7345943

    >The main thing to point out is that by uploading a message it is still possible to get access to your message in a permanent state either by screen shotting or finding the image s…

  16. comment
    Comment #7282806

    As a security person I enjoy blaming the NSA and conspiracies as much as anyone. That said sorry but I don't buy this. Just seeing a diff with that one + makes me more inclined to …

  17. comment
    Comment #7281422

    You don't need fancy software, compilers warn about this kind of thing.

  18. comment
    Comment #7281393

    SSLVerifySignedServerKeyExchange in http://opensource.apple.com/source/Security/Security-55471/l... If you want to see my favorite SSL bug ever.

  19. comment
    Comment #7281378

    Take a look at http://opensource.apple.com/source/Security/Security-55471/l... specifically check the function SSLVerifySignedServerKeyExchange I leave the joy of spotting it to yo…

  20. comment
    Comment #6972493

    The key is a constant in the application, while ECB is embarrassing the mode can't help you here. But if it makes you feel better you can upload arbitrary bytes to Snapchat, encryp…

  21. comment
    Comment #6963097

    Chad here. First off I'd like to give props to the gibsonsec.org guys, that is a really high quality protocol breakdown and the attack is neat. I see nothing wrong with going full …

  22. comment
    Comment #6963068

    There is an important difference between what Snapchat needs and what game designers need. First of all, look at what is actually successful for DRM in video games. The only surefi…

  23. comment
    Comment #6939002

    You're slightly wrong on the app side of things and the keys. There are in fact two 'secret' keys. One is a fixed SHA256 hash used for their weird request generation and one is the…

  24. comment
    Comment #6933512

    Hi, one of the authors here. A good chunk of the core is from my python Snapchat API( https://github.com/pencilo/pysnapchat ) which lets you do things like download snaps and send …