Hacker News new | ask | show | jobs
by stavros 1274 days ago
This is much better:

    echo -n "$(diceware -d '-' -n 3)"$(( RANDOM % 10 )) | xsel -b
It copies passwords like `Uncertain-Postbox-Cannot5` to your clipboard. Much easier to remember/type, and just as secure. I've assigned that to a hotkey, so whenever I need a password I press Super+G, Ctrl+V, and that's it.
1 comments

I usually go with

    echo 4
For anyone confused: https://xkcd.com/221/