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.0.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.0-py3-none-any.whl (14.4 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: password_gl-2.1.0.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.0.tar.gz
Algorithm Hash digest
SHA256 b3f1ef9d84e5f35e71d98079114c7c5d3ac87043b8ce6671868bf9a3ec183926
MD5 f8fe510282d4582bf23c3b05d0c3c33e
BLAKE2b-256 0b62e35c1045f3ea157f387dc6b49d0453de6d66055812447bdface8c3ca1c14

See more details on using hashes here.

Provenance

The following attestation bundles were made for password_gl-2.1.0.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.0-py3-none-any.whl.

File metadata

  • Download URL: password_gl-2.1.0-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.0-py3-none-any.whl
Algorithm Hash digest
SHA256 29160a1a6c1f0c07441fb258e324a6c7eebb13770f4557e6b39b71f1a85c5bbc
MD5 ca0970c26ed7d0809ca500c0f2938cc5
BLAKE2b-256 3678ccb4fcda82fbb6738f3cd75feefc95e39bbdc4247dff87168e27d2706e4c

See more details on using hashes here.

Provenance

The following attestation bundles were made for password_gl-2.1.0-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