COMMITS
/ Lib/crypt.py 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