mkogg.py: Fix 'self.get_mp4_metadata(self, source)'
[blog.git] / posts / passwd-gen.mdwn
1 [[passwd-gen.sh]] is a `/dev/random` sanitizer for generating random
2 passwords of various length and complexity.
3
4     $ ./passwd-gen.sh 16
5     WYQwDY0fVpfouu6O
6     Length of password: 16
7     Total bytes read:   73
8     Device:             /dev/random
9     Set:                [:alnum:]
10
11 The script is well commented, so there's not much more to say here...
12
13 [[!tag tags/bash]]
14 [[!tag tags/linux]]
15 [[!tag tags/programming]]