COMMITS
/ Lib/crypt.py October 8, 2019
A
closes bpo-38402: Check error of primitive crypt/crypt_r. (GH-16599)
Antonio Gutierrez committed
August 8, 2019
S
November 16, 2017
S
bpo-31702: Allow to specify rounds for SHA-2 hashing in crypt.mksalt(). (#4110)
Serhiy Storchaka committed
October 24, 2017
S
bpo-31664: Add support for the Blowfish method in crypt. (#3854)
Serhiy Storchaka committed
October 2, 2015
V
Issue #25287: Don't add crypt.METHOD_CRYPT to crypt.methods if it's not
Victor Stinner committed
August 13, 2013
V
Issue #18405: Improve the entropy of crypt.mksalt().
Victor Stinner committed
June 27, 2012
C
white space cleanup
Christian Heimes committed
C
Issue 10924: Fixed mksalt() to use a RNG that is suitable for cryptographic purpose
Christian Heimes committed
February 22, 2011
B
A crypt algorithm may not be available by returning None.
Brett Cannon committed
B
Make Lib/crypt.py meet PEP 8 standards. This also led to a tweak in the new API
Brett Cannon committed
S
Issue #10924: Adding salt and Modular Crypt Format to crypt library.
Sean Reifscheider committed