Skip to main content

セキュアなパスワード / パスフレーズを1コマンドで生成するCLIツール

Project description

password-gl PyPI version PyPI Downloads License: MIT

セキュアなパスワード / パスフレーズを1コマンドで生成する CLI ツール。

  • 暗号的に安全な乱数 (secrets モジュール) を使用
  • パスワード強度をエントロピー(bit)で可視化
  • パスワード / パスフレーズ / PIN の3モード
  • プロファイル保存・読み込み
  • 対話モード (-i) で全オプションをガイド付き設定
  • i18n(日本語 / English)対応
  • 新バージョン検出時に自動更新

インストール

pip install password-gl

クリップボードコピー機能を使う場合(任意):

pip install pyperclip

クイックスタート

pgl                        # info 画面
pgl -l 20 --strict         # 20文字・全種類必須
pgl --pin 6                # 6桁PIN
pgl --passphrase --words 5 # 5単語パスフレーズ
pgl --count 5 --copy       # 5個生成して最後をコピー
pgl -i                     # 対話モード(全設定をガイド付きで)

出力例

  🔑  K7#mPx@2qR!v
       強度  ████████░░  強い  72 bit

  🔑  1.  aB3$nQ9@wZ!r
       強度  ████████░░  強い  72 bit

  🔑  2.  mX4#pK7!vN2@
       強度  ████████░░  強い  72 bit

オプション一覧

モード

オプション 説明 デフォルト
-i, --interactive 対話モード(全設定をガイド付きで設定)
--pin <n> 数字のみの PIN を生成 4
--passphrase 単語リストからパスフレーズを生成

パスワード設定

オプション 説明 デフォルト
-l, --length <n> 文字数 12
--count <n> 生成する数 1
--strict 全種類(大文字・小文字・数字・記号)を必ず含める
--no-upper 大文字を使わない
--no-lower 小文字を使わない
--no-digits 数字を使わない
--no-symbols 記号を使わない
--no-similar 類似文字を除外 (O 0 l 1 I |)
--readable 英数字のみ
--exclude-chars <s> 指定した文字を除外
--charset <s> 使用文字を直接指定
--prefix <s> 先頭に追加する文字列
--suffix <s> 末尾に追加する文字列
--starts-with-lower 小文字で始まる
--starts-with-upper 大文字で始まる
--separator <s> 区切り文字
--every <n> N 文字ごとに区切り文字を挿入

パスフレーズ設定

オプション 説明 デフォルト
--words <n> 単語数 4
--wordlist <path> 単語リストファイルのパス 内蔵リスト
--separator <s> 単語の区切り文字 -

出力設定

オプション 説明
--copy 最後の生成結果をクリップボードにコピー
--output-file <path> ファイルに保存
--output-format <fmt> 出力形式 (text / json / csv)
--add-date 日付 (YYYYMMDD) をプレフィックスに追加
--add-user ユーザー名をプレフィックスに追加

プロファイル

よく使う設定を名前付きで保存・呼び出しできます。

pgl -l 20 --strict --no-similar --save-profile work   # 保存
pgl --profile work                                     # 呼び出し
pgl --list-profiles                                    # 一覧

プロファイルは ~/.pgl/profiles.json に保存されます。

その他

オプション 説明
-u, --update 最新バージョンに更新
--lang <ja|en> 表示言語(環境変数 PGL_LANG でも設定可)
-v, --version バージョンを表示
-h, --help ヘルプを表示

使用例

# 16文字・記号なし・全種類必須を3つ生成
pgl -l 16 --no-symbols --strict --count 3

# 4文字ごとにハイフンで区切る
pgl -l 16 --separator - --every 4
# → abcd-EFGH-1234-!@#$

# 日付+ユーザー名をプレフィックスに
pgl --add-date --add-user -l 8

# 5単語パスフレーズをクリップボードにコピー
pgl --passphrase --words 5 --copy

# JSON形式でファイルに保存
pgl --count 10 --output-format json --output-file passwords.json

# プロファイルに保存して再利用
pgl -l 24 --strict --no-similar --save-profile strong
pgl --profile strong --count 3

開発者

Lapius7https://dev.lapius7.com

ライセンス

MIT

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

password_gl-2.1.3.tar.gz (13.5 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

password_gl-2.1.3-py3-none-any.whl (14.4 kB view details)

Uploaded Python 3

File details

Details for the file password_gl-2.1.3.tar.gz.

File metadata

  • Download URL: password_gl-2.1.3.tar.gz
  • Upload date:
  • Size: 13.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for password_gl-2.1.3.tar.gz
Algorithm Hash digest
SHA256 1ac67f2c8e506e4648e5bf24d46afeae11381632ee6a8a45d67de3eb653880a9
MD5 2fdece3227f206c7a83cd453a068c203
BLAKE2b-256 feb5691ca9fc30fd93761931bbd956aace2f05b7f314cd5f19ef1182cf282144

See more details on using hashes here.

Provenance

The following attestation bundles were made for password_gl-2.1.3.tar.gz:

Publisher: publish.yml on Lapius7/password-gl

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file password_gl-2.1.3-py3-none-any.whl.

File metadata

  • Download URL: password_gl-2.1.3-py3-none-any.whl
  • Upload date:
  • Size: 14.4 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for password_gl-2.1.3-py3-none-any.whl
Algorithm Hash digest
SHA256 0182fc8b3b655f688b58b1992fd4fdeb971b6b24b724dc85b8d53afab2db784b
MD5 1fb3e81883322c922fcd78130c9856b6
BLAKE2b-256 ca02803065eca485aa96f5fec50c5aa449aa872f6804be93a4b8a009727fd723

See more details on using hashes here.

Provenance

The following attestation bundles were made for password_gl-2.1.3-py3-none-any.whl:

Publisher: publish.yml on Lapius7/password-gl

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page