Leech Posted March 17, 2013 Posted March 17, 2013 (edited) Edit by deanishe: This workflow does not generate secure passwords. See post below for details. Generates an human readable password that consists of: consonant-vocal-consonant-vocal-number-number-consonant-vocal-consonant-vocal It uses the amazing function by Pradeep Kishore Gowda. Examples of passwords generated by this extension: vici14vebo zugu67fohe yofi44joje jisi39sivo lavi73yifu Sometimes the results are funny. Download: https://dl.dropbox.com/u/7656/shared/Nice%20Password.alfredworkflow Edited February 9, 2016 by deanishe Note insecurity of passwords mdelegge 1
deanishe Posted February 9, 2016 Posted February 9, 2016 (edited) This does not generate secure passwords. The defined pattern severely reduces the security of any generated password, and Python's random module is not suitable for generating cryptographically-secure passwords. It says so very clearly in the documentation. Edited February 9, 2016 by deanishe
Leech Posted February 10, 2016 Author Posted February 10, 2016 Did I mentioned it generates "secure passwords", can't see what you edited of my post. If I did, you're right. Otherwise, it's a simple memorizable password, not secure.
deanishe Posted February 10, 2016 Posted February 10, 2016 Did I mentioned it generates "secure passwords", can't see what you edited of my post. If I did, you're right. Otherwise, it's a simple memorizable password, not secure. No, you didn't explicitly mention that it generates secure passwords. However, people tend to assume that password generators do generate secure passwords, at least by default. I mean, why would anyone want a program to generate passwords that aren't secure? Please feel free to edit your post and replace my rather stark warning with a more measured one.
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