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


Groups > comp.lang.python > #7206

Re: How good is security via hashing

Path csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!news.albasani.net!news.musoftware.de!wum.musoftware.de!de-l.enfer-du-nord.net!feeder1.enfer-du-nord.net!newsfeed.eweka.nl!feeder3.eweka.nl!81.171.88.15.MISMATCH!eweka.nl!lightspeed.eweka.nl!82.197.223.103.MISMATCH!feeder3.cambriumusenet.nl!feeder2.cambriumusenet.nl!feeder1.cambriumusenet.nl!feed.tweaknews.nl!209.197.12.246.MISMATCH!nx02.iad01.newshosting.com!newshosting.com!204.153.245.137.MISMATCH!pink.octanews.net!news-out.octanews.net!indigo.octanews.net!auth.brown.octanews.com.POSTED!not-for-mail
From Paul Rubin <no.email@nospam.invalid>
Newsgroups comp.lang.python
Subject Re: How good is security via hashing
References <4DEDFAEB.4050006@chamonix.reportlab.co.uk> <BANLkTinRJpe6zQ5EYVYXxjfc+ue=Gh-4JA@mail.gmail.com> <4DEE0CF9.6020508@chamonix.reportlab.co.uk> <islqg5$1eq$1@dough.gmane.org> <mailman.8.1307484500.11593.python-list@python.org>
Date Tue, 07 Jun 2011 19:30:26 -0700
Message-ID <7x39jl6on1.fsf@ruckus.brouhaha.com> (permalink)
Organization Nightsong/Fort GNOX
User-Agent Gnus/5.13 (Gnus v5.13) Emacs/23.1 (gnu/linux)
Cancel-Lock sha1:3SJaW4VDRQeIXctuR4soaoZr/Ds=
MIME-Version 1.0
Content-Type text/plain; charset=us-ascii
Lines 14
NNTP-Posting-Date 07 Jun 2011 21:30:26 CDT
X-Complaints-To abuse@octanews.net
Xref x330-a1.tempe.blueboxinc.net comp.lang.python:7206

Show key headers only | View raw


Christian Heimes <lists@cheimes.de> writes:
> PyCrypto has a strong pseudorandom number generator, too.

If you mean the one at pycrypto.org, that page now says:

    Random number generation

    Do not use RandomPool to generate random numbers. Use Crypto.Random
    instead. RandomPool is deprecated and will be removed in a future
    release. See this thread to find out why.

Crypto.Random just uses system randomness, which is the right thing to
do.  It then goes and runs them through a distiller (Fortuna), which
seems a little bit silly to me, but harmless.

Back to comp.lang.python | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

Re: How good is security via hashing Christian Heimes <lists@cheimes.de> - 2011-06-08 00:08 +0200
  Re: How good is security via hashing Paul Rubin <no.email@nospam.invalid> - 2011-06-07 19:30 -0700
    Re: How good is security via hashing geremy condra <debatem1@gmail.com> - 2011-06-07 22:25 -0700

csiph-web