me, 2.0: jose nazario
beauty and the street
#!/usr/bin/env python
import random import sys
try: passlen = int(sys.argv[1]) except IndexError: passlen = 4 # default to 4
r = random.Random() words = [ x.strip() for x in open('/usr/share/dict/words', 'r').readlines() ] for x in xrange(passlen): print r.choice(words), print
Dix:bin jose$ ./passphrase Euplocomi Protomycetales hypodermal reissuer Dix:bin jose$ ./passphrase hidromancy precompounding reascertainment gnomical Dix:bin jose$ ./passphrase 6 orthographize sicknessproof velvetbreast holocephalian hypochlorhydric harshly
next Saturday, Dec 17, 2011 @ 08:42am | previous Friday, Apr 16, 2010 @ 02:35pm | archives
| Last modified: Saturday, Aug 27, 2011 @ 09:01am |
copyright © 2002-2005 jose nazario, all rights reserved.