Viewing profile — MiWCryptohn
MiWCryptohn
HN member- Joined
- Fri, Jan 31, 2014, 8:14 AM UTC
- HN karma
- 16
- Public activity
- 6 items
- HN profile
- View on Hacker News ↗
About MiWCryptohn
No profile information was provided.
Recent public activity
-
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 …
-
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…
-
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.
-
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…
-
comment
Comment #7161167
Agreed, neat stuff. I installed it on my windows workstation.
-
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). …