This issue tracker has been migrated to GitHub ,
and is currently read-only.
For more information,
see the GitHub FAQs in the Python's Developer Guide.
Created on 2011年08月30日 14:41 by vstinner, last changed 2022年04月11日 14:57 by admin. This issue is now closed.
| Messages (2) | |||
|---|---|---|---|
| msg143215 - (view) | Author: STINNER Victor (vstinner) * (Python committer) | Date: 2011年08月30日 14:41 | |
A salt doesn't need to be strong random bits, but I'm not sure that Mersenne Twister is a best candidate to generate salt. It would be nice to use ssl.RAND_pseudo_bytes() if available. Problem: implement random.choice() from a generator generating bytes => see issue #12754. |
|||
| msg178899 - (view) | Author: STINNER Victor (vstinner) * (Python committer) | Date: 2013年01月03日 02:08 | |
I'm not sure that a salt must be cryptographic. Mersenne Twister should be enough to generate a salt. Anyway, ssl.RAND_pseudo_bytes() cannot be used currently and I don't have a patch, so I prefer to close this issue. |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:57:21 | admin | set | github: 57067 |
| 2013年01月03日 02:08:22 | vstinner | set | status: open -> closed resolution: rejected messages: + msg178899 |
| 2011年08月30日 14:42:44 | eric.araujo | set | nosy:
+ jafo |
| 2011年08月30日 14:41:17 | vstinner | create | |