Home | Mirror | Search

4. Password

例 35.1. random password

cat /dev/urandom | head -1 | md5sum | head -c 8

od -N 4 -t x4 /dev/random | head -1 | awk '{print $2}'
			

comments powered by Disqus