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


Groups > comp.lang.python > #77183 > unrolled thread

Re: PyPI password rules

Started bySkip Montanaro <skip@pobox.com>
First post2014-08-28 00:38 -0500
Last post2014-08-28 00:38 -0500
Articles 1 — 1 participant

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

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  Re: PyPI password rules Skip Montanaro <skip@pobox.com> - 2014-08-28 00:38 -0500

#77183 — Re: PyPI password rules

FromSkip Montanaro <skip@pobox.com>
Date2014-08-28 00:38 -0500
SubjectRe: PyPI password rules
Message-ID<mailman.13541.1409204287.18130.python-list@python.org>

[Multipart message — attachments visible in raw view] — view raw

On Thu, Aug 28, 2014 at 12:08 AM, Chris Angelico <rosuav@gmail.com> wrote:

> Interesting. I suspect this may have issues, as you're doing these
> checks progressively; something that's common in the early posts will
> be weighted without regard to subsequent posts (you're requiring 100
> unique words before recording anything, but that's still not all that
> many).
>

I'm not really that worried about it. The number of words and their counts
grows rapidly, so the risk of choosing "common" words which aren't actually
used much is small. If it was a problem, I do have the word frequencies
available. I could simply sort by the counts and choose the 2**N most
frequently occurring words, then toss out "bad" words before generating
passwords.

Skip

[toc] | [standalone]


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


csiph-web