Парад генераторов паролей


Небольшая подборка генераторов паролей на шелле с Shell-Fu.org.

< /dev/urandom tr -dc A-Za-z0-9_ | head -c8
dd if=/dev/urandom ibs=6 count=1 2>/dev/null | base64
< /dev/urandom tr -dc 'A-Za-z0-9[=!=][=$=][=@=][=%=][=^=]' | head -c9
< /dev/urandom tr -dc [:graph:] | head -c 8| uuencode -m -
< /dev/urandom tr -dc [:graph:] | head -c 8; echo

Поблагодарить автора

Оставить комментарий

Your email address will not be published. Required fields are marked *

*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>