domain-key

Automatically generate a strong and unique password from domain + your seed.

スクリプトをインストールするには、Tampermonkey, GreasemonkeyViolentmonkey のような拡張機能のインストールが必要です。

You will need to install an extension such as Tampermonkey or Violentmonkey to install this script.

スクリプトをインストールするには、TampermonkeyViolentmonkey のような拡張機能のインストールが必要です。

スクリプトをインストールするには、TampermonkeyUserscripts のような拡張機能のインストールが必要です。

このスクリプトをインストールするには、Tampermonkeyなどの拡張機能をインストールする必要があります。

このスクリプトをインストールするには、ユーザースクリプト管理ツールの拡張機能をインストールする必要があります。

(ユーザースクリプト管理ツールは設定済みなのでインストール!)

このスタイルをインストールするには、Stylusなどの拡張機能をインストールする必要があります。

このスタイルをインストールするには、Stylus などの拡張機能をインストールする必要があります。

このスタイルをインストールするには、Stylus tなどの拡張機能をインストールする必要があります。

このスタイルをインストールするには、ユーザースタイル管理用の拡張機能をインストールする必要があります。

このスタイルをインストールするには、ユーザースタイル管理用の拡張機能をインストールする必要があります。

このスタイルをインストールするには、ユーザースタイル管理用の拡張機能をインストールする必要があります。

(ユーザースタイル管理ツールは設定済みなのでインストール!)

このスクリプトの質問や評価の投稿はこちら通報はこちらへお寄せください
作者
qa296
1日のインストール数
0
累計インストール数
0
評価
0 0 0
バージョン
1.0.0
作成日
2026/08/16
更新日
2026/08/16
大きさ
14.2KB
ライセンス
MIT
対象サイト
すべてのサイト

domain-key

Automatically generate a strong and unique password from domain + your seed.

How It Works

The script concatenates main domain part + your secret seed, hashes with SHA-384, then generates a 12-character password containing uppercase, lowercase, digits, and special characters using rejection sampling and Fisher-Yates shuffle. Same website + same seed = same password — no memorization or storage required.

Installation

  1. Install Tampermonkey or Violentmonkey browser extension
  2. Click install link or manually add domain-key.user.js content to your script manager
  3. Enable the script and visit any website to start using

Usage

Basic Usage

  1. Visit any website's registration/login page
  2. Focus on a password input field — a 🔑 button appears on the right
  3. Click the button → password is automatically filled and copied to clipboard

First Time Use

Clicking the 🔑 button opens a seed setup dialog. Enter at least 6 characters for your secret seed. You can also modify it anytime via Tampermonkey menu → "设置密码种子" (Set Password Seed).

Account Suffix

Shift + click the 🔑 button to open the suffix input dialog. Add modifiers (like work, personal) for different accounts on the same domain, and the script will generate different passwords.

Contributing

Issues and Pull Requests are welcome.