Random Password Generator
The passwords are generated on-the-fly and are not being saved in any way. Be sure to turn off your local cache or clear it after getting a password.
Generated password: c+VQmm9ZFO
Alternative for Unix shell
If you are very paranoid, you can also use the following command:
dd if=/dev/urandom count=1 2>/dev/null | uuencode -m - | \
head -n 2 | tail -n 1 | cut -c -10Or just install the pwgen utility (included in most distributions).