Created
June 19, 2015 13:05
-
-
Save ejmurray/3da8eb413a118edbc545 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python | |
__author__ = 'Ernest' | |
import diceware | |
password_made = diceware.get_passphrase(6, 0, ' ') | |
print password_made |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment