tinker-password-generator
A deterministic password generator plugin for TINKER, generating unique passwords from a passphrase and service name combination.

Features
- Deterministic generation — generate the same password from the same passphrase and service name, no storage needed
- Character type control — set each character type (lowercase, uppercase, numbers, symbols, dash/underscore, space) to required, allowed, or forbidden
- Password length — configure the desired password length
- Max repetition — limit the maximum number of repeated characters
- Passphrase visibility — toggle passphrase visibility with show/hide
- Copy to clipboard — one-click copy the generated password
Usage
- Enter a passphrase (your master secret phrase)
- Enter a service name (e.g. "twitter", "gmail")
- Adjust password length and max repetition as needed
- Configure character types by toggling each between Required, Allowed, or Forbidden
- The password is generated automatically based on your inputs
- Click the Copy button to copy the generated password to clipboard