domain-key

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

Voor het installeren van scripts heb je een extensie nodig, zoals Tampermonkey, Greasemonkey of Violentmonkey.

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

Voor het installeren van scripts heb je een extensie nodig, zoals Tampermonkey of Violentmonkey.

Voor het installeren van scripts heb je een extensie nodig, zoals Tampermonkey of Userscripts.

Voor het installeren van scripts heb je een extensie nodig, zoals {tampermonkey_link:Tampermonkey}.

Voor het installeren van scripts heb je een gebruikersscriptbeheerder nodig.

(Ik heb al een user script manager, laat me het downloaden!)

Voor het installeren van gebruikersstijlen heb je een extensie nodig, zoals {stylus_link:Stylus}.

Voor het installeren van gebruikersstijlen heb je een extensie nodig, zoals {stylus_link:Stylus}.

Voor het installeren van gebruikersstijlen heb je een extensie nodig, zoals {stylus_link:Stylus}.

Voor het installeren van gebruikersstijlen heb je een gebruikersstijlbeheerder nodig.

Voor het installeren van gebruikersstijlen heb je een gebruikersstijlbeheerder nodig.

Voor het installeren van gebruikersstijlen heb je een gebruikersstijlbeheerder nodig.

(Ik heb al een beheerder - laat me doorgaan met de installatie!)

Maker
qa296
Dagelijks aantal installaties
0
Totaal aantal installaties
0
Beoordelingen
0 0 0
Versie
1.0.0
Gemaakt op
16-08-2026
Bijgewerkt op
16-08-2026
Grootte
14,2 KB
Licentie
MIT
Wordt toegepast op
Alle websites

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.