diff options
author | Victor Stinner <victor.stinner@gmail.com> | 2013-08-13 23:40:46 (GMT) |
---|---|---|
committer | Victor Stinner <victor.stinner@gmail.com> | 2013-08-13 23:40:46 (GMT) |
commit | fc8a0a7b82e9cb9434269bf64bd018882098d88c (patch) | |
tree | 30898977bd50e27752fc7b516c1a127c0276b2e2 /Misc | |
parent | 97869103ba09fb6a468312d303193902ff13160a (diff) | |
parent | 7f7b941fdcdfe28f3cd37e84bc5d7a298385b451 (diff) | |
download | cpython-fc8a0a7b82e9cb9434269bf64bd018882098d88c.zip cpython-fc8a0a7b82e9cb9434269bf64bd018882098d88c.tar.gz cpython-fc8a0a7b82e9cb9434269bf64bd018882098d88c.tar.bz2 |
(Merge 3.3) Issue #18405: Improve the entropy of crypt.mksalt().
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -28,6 +28,8 @@ Core and Builtins Library ------- +- Issue #18405: Improve the entropy of crypt.mksalt(). + - Issue #12015: The tempfile module now uses a suffix of 8 random characters instead of 6, to reduce the risk of filename collision. The entropy was reduced when uppercase letters were removed from the charset used to generate |