alfred-password-generator icon indicating copy to clipboard operation
alfred-password-generator copied to clipboard

🗝 Workflow to generate passwords

Alfred Password Generator 🗝

Simple password generator with customizable characters

Why?

Need a quick and simple password generator with customizable characters.

Installation

  1. Download the Alfred Workflow (Password-Generator.alfredworkflow).
  2. Double-click to import into Alfred (requires Powerpack).
  3. Customize workflow variables letters, digits, punctuation (see Variables).

Usage

pw {length} - Generate password with {length} characters. If {length} not specified, defaultLength will be used.

Variables

Key Default Description
defaultLength 16 Password length.
letters abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ Letters allowed in password.
digits 0123456789 Digits allowed in password.
punctuation !"#$%&'()*+,-./:;<=>?@[]^_{|}~ Punctuation allowed in password.

More workflows

License

MIT License