Viewing profile — mnordhoff_
mnordhoff_
HN member- Joined
- Wed, Oct 09, 2013, 7:46 PM UTC
- HN karma
- 23
- Public activity
- 4 items
- HN profile
- View on Hacker News ↗
About mnordhoff_
https://news.ycombinator.com/user?id=mnordhoff
Recent public activity
-
comment
Comment #7036411
Matthew Green wrote about GSM and LTE a few months ago: http://blog.cryptographyengineering.com/2013/05/a-few-though... TL;DR: GSM security is a joke. LTE is okay, except for two c…
-
comment
Comment #6645058
IIRC, Poland was the EU country that was the focus of attention. Skimming Wikipedia's most definitely totally truthy article on the subject [1] (actually, it has a lot of citations…
-
comment
Comment #6619232
Public Service Announcement: "SHA1(password+salt)" is an extremely unsafe way to store passwords. Use PBKDF2, bcrypt or scrypt. Edit (T+7 minutes): Rewritten to not be a jerk.
-
comment
Comment #6549100
Nginx has an equivalent preference, ssl_prefer_server_ciphers on. (Scroll down a bit on evmar's link.)