Live data from Hacker News

Viewing profile — MiWCryptohn

MiWCryptohn

HN member
Joined
Fri, Jan 31, 2014, 8:14 AM UTC
HN karma
16
Public activity
6 items

About MiWCryptohn

No profile information was provided.

Recent public activity

  1. comment
    Comment #7183329

    One could make a case that the use of sha256 would drive down the cost of comodity ASICs, enabling a well resourced attacker to use mining hardware 'off-label' to find sha256 hash …

  2. comment
    Comment #7183274

    Hardly a waste of time. You haven't seen this for what it truly is; a waste of time is your cash sitting in a clearinghouse for days before going overseas. a waste of time is any v…

  3. comment
    Comment #7183248

    Doesn't work that way, bitcoin proof of work uses SHA256 twice, which is of limited value. It gives you a near collision to a double hash. It's burning energy for work.

  4. comment
    Comment #7176422

    PFS doesn't provide any resistance against an active attacker; ie: one that can substitute any message between the client and server. pFs provides resistance to previously passivel…

  5. comment
    Comment #7161167

    Agreed, neat stuff. I installed it on my windows workstation.

  6. comment
    Comment #7155856

    Don't forget it's userspace equiv (strace is syscalls), ltrace. This tracks all lib calls made by process. Under windows, strace is an SSL/TLS monitoring tool (also hella useful). …