Hacker News new | ask | show | jobs
by amelius 3132 days ago
Yes, it's true. I think I can explain it as follows. I wanted to type:

    date | sha1sum
Then another part of my brain decided to type:

    echo "blah blah gibberish" | sha1sum
But then I ended up typing:

    echo date | sha1sum
I suspect you could reverse engineer that with standard password cracking techniques.