Viewing profile — gt99
gt99
HN member- Joined
- Mon, Jan 04, 2016, 3:16 PM UTC
- HN karma
- 1
- Public activity
- 4 items
- HN profile
- View on Hacker News ↗
About gt99
No profile information was provided.
Recent public activity
-
comment
Comment #10854765
I just sent you an email, I have two more.
-
comment
Comment #10846669
Thanks! And thanks for the article! Lots of great shortcuts, they all made it to my .bashrc ;)
-
comment
Comment #10845536
Yup, exactly. :) Would probably be more verbose if named: openssl-key-to-hpkp-pin openssl-website-to-hpkp-pin
-
comment
Comment #10835974
function openssl-key-to-pin() { openssl rsa -in "${1}" -outform der -pubout | openssl dgst -sha256 -binary | openssl enc -base64 } function openssl-website-to-pin() { openssl s_cli…