Live data from Hacker News

Viewing profile — gt99

gt99

HN member
Joined
Mon, Jan 04, 2016, 3:16 PM UTC
HN karma
1
Public activity
4 items

About gt99

No profile information was provided.

Recent public activity

  1. comment
    Comment #10854765

    I just sent you an email, I have two more.

  2. comment
    Comment #10846669

    Thanks! And thanks for the article! Lots of great shortcuts, they all made it to my .bashrc ;)

  3. comment
    Comment #10845536

    Yup, exactly. :) Would probably be more verbose if named: openssl-key-to-hpkp-pin openssl-website-to-hpkp-pin

  4. 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…