Skip to content

Instantly share code, notes, and snippets.

@ejmurray
Created June 19, 2015 13:05
Show Gist options
  • Save ejmurray/3da8eb413a118edbc545 to your computer and use it in GitHub Desktop.
Save ejmurray/3da8eb413a118edbc545 to your computer and use it in GitHub Desktop.
#!/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