Posted on December 8, 2016 by alanysiu
Disclaimer I’m not going to go into all the politics of passwords. Users are always trying to balance security with convenience. The point of this tutorial is not to say “This is how you generate the best password.” It’s more like “If you want to generate a random passphrase, this is one way to do it in Python.” The passwords you generate with this won’t be stuff like 6ZFtK!’z[^R88Rgd, but they also won’t be password or 123456. Creating and running the file Open up your text editor and save the empty text file as PassphraseGenerator.py on your desktop. In the