Message195361
Am 16.08.2013 18:47, schrieb Charles-François Natali:
> I don't think it can be fixed. I think Christian's working on a PEP
> for random number generators, which would probably make it easier,
> although I din't have a look at it.
In the light of the recent Android issue with PRNGs [1] I don't think
that Python should roll out its own CPRNG. I'd rather use the operation
system's CPRNG or OpenSSL's CPRNG. After all we aren't crypto experts.
I'd rather point my finger to OpenSSL than take the blame for a faulty
CPRNG.
[1] http://bitcoin.org/en/alert/2013-08-11-android |
|
Date |
User |
Action |
Args |
2013-08-16 16:54:32 | christian.heimes | set | recipients:
+ christian.heimes, jcea, pitrou, vstinner, tarek, neologix, hynek |
2013-08-16 16:54:32 | christian.heimes | link | issue18756 messages |
2013-08-16 16:54:31 | christian.heimes | create | |
|