| Store | Cart

Re: [Python-Dev] PEP 506 secrets module

From: Brett Cannon <bre...@python.org>
Thu, 14 Jan 2016 18:36:38 +0000
I noticed an article about default rand usage in Go
<http://blog.sgmansfield.com/2016/01/the-hidden-dangers-of-default-rand/>
from the Go Weekly newsletter and it reminded me about PEP 506 and the
secrets module. That's when I noticed that the PEP is still open. What is
the current blocker on the PEP?

On Thu, 15 Oct 2015 at 17:57 Steven D'Aprano <ste...@pearwood.info> wrote:

> Hi,>> As extensively discussed on Python-Ideas, the secrets module and PEP 506> is (I hope) ready for pronouncement.>> https://www.python.org/dev/peps/pep-0506/>> There is code and tests here:>> https://bitbucket.org/sdaprano/secrets>>> or you can run>> hg clone https://sdap...@bitbucket.org/sdaprano/secrets>>> The code is written for and tested on Python 2.6, 2.7, 3.1 - 3.4.>>>> --> Steve> _______________________________________________> Python-Dev mailing list> Pyth...@python.org> https://mail.python.org/mailman/listinfo/python-dev> Unsubscribe:> https://mail.python.org/mailman/options/python-dev/brett%40python.org>

_______________________________________________
Python-Dev mailing list
Pyth...@python.org
https://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: https://mail.python.org/mailman/options/python-dev/python-dev-ml%40activestate.com

Recent Messages in this Thread
Steven DAprano Oct 16, 2015 12:57 am
Chris Rebert Oct 16, 2015 05:33 am
Victor Stinner Oct 16, 2015 06:57 am
Steven DAprano Oct 16, 2015 10:04 am
Chris Angelico Oct 16, 2015 10:32 am
Nick Coghlan Oct 20, 2015 09:11 am
Victor Stinner Oct 20, 2015 09:33 am
Nick Coghlan Oct 20, 2015 09:56 am
Serhiy Storchaka Oct 16, 2015 03:35 pm
Steven DAprano Oct 16, 2015 04:26 pm
Serhiy Storchaka Oct 16, 2015 06:29 pm
Guido van Rossum Oct 16, 2015 06:33 pm
Steven DAprano Oct 17, 2015 09:50 am
Guido van Rossum Oct 17, 2015 07:51 pm
Random832 Oct 17, 2015 08:30 pm
Tim Peters Oct 17, 2015 09:13 pm
Guido van Rossum Oct 17, 2015 11:05 pm
Brett Cannon Jan 14, 2016 06:36 pm
Guido van Rossum Jan 14, 2016 06:47 pm
Messages in this thread