7 Commits (1da055ee0dd11b8c16644c27381a2b20bf0ff205)

Author SHA1 Message Date
Victor Stinner 6661d885a3 Issue #25287: Don't add crypt.METHOD_CRYPT to crypt.methods if it's not 11 years ago
Victor Stinner 7f7b941fdc Issue #18405: Improve the entropy of crypt.mksalt(). 13 years ago
Christian Heimes ab47577993 white space cleanup 14 years ago
Christian Heimes afa2973d7a Issue 10924: Fixed mksalt() to use a RNG that is suitable for cryptographic purpose 14 years ago
Brett Cannon cfbcdbbbf2 A crypt algorithm may not be available by returning None. 15 years ago
Brett Cannon daa5799cb8 Make Lib/crypt.py meet PEP 8 standards. This also led to a tweak in the new API 15 years ago
Sean Reifscheider e2dfefbe85 Issue #10924: Adding salt and Modular Crypt Format to crypt library. 15 years ago