tthew Posted July 14, 2015 Share Posted July 14, 2015 Hey! First post. I made a workflow. I thought you might like it. --- pwme - a workflow to quickly generate passwords using pwgen Generate secure random passwords using pwgen and copy to the clipboard.Prerequisites / installationpwme depends on pwgen and expects pwgen binary to be available at /usr/local/bin/pwgenThe easiest way to install pwgen is with Homebrew. pwgen is available as a Homebrew package, so assuming your Homebrew environment is set up right you simply need to run the following from your console (or via Alfred!):> brew install pwgen If you've already got pwgen installed you can skip this step. Next you need to download and install the workflow, head over here to find the latest release: https://github.com/tthew/alfred2-pwme-workflow/releasesUsageTo use pwme enter the pwme keyword. If you hit enter this will generate an 8 character password and copy it to your clipboard.You can also tell pwme to produce shorter or longer passwords by specifying a number of character to genereate e.g. pwme 16 Under the hoodpwme alls pwgen with the following arguments:> /usr/local/bin pwgen -cnysB1 LicenseApache-2 --- I hope someone finds it useful. Enjoy! Link to comment
deanishe Posted July 21, 2015 Share Posted July 21, 2015 Very useful workflow. Would you consider increasing the default length to something more secure, say 20+ characters? In these days of GPU-accelerated password crackers that can guess billions of times per second, an 8-character password can often be guessed in a few seconds. Link to comment
Martin Posted July 26, 2015 Share Posted July 26, 2015 Thanks for the workflow. It seems that you are adding an unintentional new line (line break) at the end of the password when it's copied to the clipboard? Also, maybe a setting for the default length would be nice, like deanishe I would like a longer default? Lastly, would it be possible to have a setting for leaving out ambiguous characters (like "I" and "l")? Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now