ユーザ用ツール

サイト用ツール


linux:commands:pwgen

pwgenコマンド

一つ上へ

パスワードを自動生成するコマンド。 以下を実行してコマンドをインストールする。

dnf install -y pwgen

使用方法

pwgen pwgen [ OPTIONS ] [ pw_length ] [ num_pw ]
オプション説明及びクエリ
-c, –capitalize少なくとも1文字以上の大文字を含める
-A, –no-capitalize大文字を含めない
-n, –numerals少なくとも1文字以上の数字を含める
-0, –no-numerals数字を含めない
-y, –symbols少なくとも1文字以上の記号を含める
-r <chars>, –remove-chars=<chars>指定した文字を含めずにパスワードを生成する
-s, –secure完全にランダムにパスワードを生成する
-B, –ambiguousあいまいな文字を使用しない
-h, –helpヘルプを表示
-H, –sha1=path/to/file[#seed]Use sha1 hash of given file as a (not so) random generator
-C生成したパスワードを列で表示する
-1生成したパスワードを列で表示しない
-v, –no-vowelsDo not use any vowels so as to avoid accidental nasty words
linux/commands/pwgen.txt · 最終更新: 2024/03/04 14:03 by mikoto