Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python.announce > #1379 > unrolled thread

Polly - Python program to generate XKCD 936 passwords from your email

Started bySkip Montanaro <skip@pobox.com>
First post2014-09-06 16:17 -0500
Last post2014-09-06 16:17 -0500
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python.announce


Contents

  Polly - Python program to generate XKCD 936 passwords from your email Skip Montanaro <skip@pobox.com> - 2014-09-06 16:17 -0500

#1379 — Polly - Python program to generate XKCD 936 passwords from your email

FromSkip Montanaro <skip@pobox.com>
Date2014-09-06 16:17 -0500
SubjectPolly - Python program to generate XKCD 936 passwords from your email
Message-ID<mailman.13844.1410038648.18130.python-announce-list@python.org>
Based on a discussion on comp.lang.python, I stole an idea from Chris
Angelico. His D&D game has a parrot that listens to the chatter of the
participants. You can ask Polly for a password and it will spit out an
XKCD 936 password from the words it has seen.

I don't play D&D, but I get a ton of mail from public mailing lists
and Internet forums, so I figured I could use that stream of messages
as a word set. In deference to Chris, I named it Polly. Polly is
written in Python and uses imaplib to monitor an IMAP folder for
messages. It seems stable enough at this point that mentioning it
outside of other threads on comp.lang.python seems useful. I have no
official release, just a Github repository:

https://github.com/smontanaro/polly

Feel free to fork it and play around. I've never used imaplib for
anything, and figure that code code could use a bit of help.

Skip

[toc] | [standalone]


Back to top | Article view | comp.lang.python.announce


csiph-web