It's just a 16 character alphanumeric 'random' output of this little thing I use to make users hideous passwords with:
genpasswd() { local l=$1 [ "$l" == "" ] && l=16 tr -dc A-Za-z0-9_ < /dev/urandom | head -c ${l} | xargs }
It's just a 16 character alphanumeric 'random' output of this little thing I use to make users hideous passwords with:
genpasswd() {
local l=$1
[ "$l" == "" ] && l=16
tr -dc A-Za-z0-9_ < /dev/urandom | head -c ${l} | xargs
}
Well, mine is a bittorrent hash to download the movie.
Well, mine is a bittorrent hash to download the movie.
(post is archived)