Skip to content

simonemargio/PyAlfredPasswordGenerator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Alfred password generator

Index

  1. What is
  2. Warning
  3. Dependencies
  4. Commands
  5. Download

What is

Alfred workflow for generating random passwords.

Warning

Randomly generating a password is a great strategy to protect your online accounts and offline devices.

But keep in mind generating a password involves not only the random element but also entropy. There're complex techniques on which to generate a password that respects the minimum bases of entropy to be considered an excellent password.

This script uses only the random concept, but not entropy.

Dependencies

You need Alfred for MacOS.
Python.

You can use Homebrew with the command below or download and install the latest version on site.

brew install python

Commands

  • pw n: where n is an integer representing the length of the password

Example

The password will be copied to the clipboard.

Download

Latest release: here

About

Alfred workflow for generating random passwords

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages