summaryrefslogtreecommitdiff
path: root/Lib/crypt.py
Commit message (Expand)AuthorAgeFilesLines
* bpo-31702: Allow to specify rounds for SHA-2 hashing in crypt.mksalt(). (#4110)Serhiy Storchaka2017-11-161-8/+28
* bpo-31664: Add support for the Blowfish method in crypt. (#3854)Serhiy Storchaka2017-10-241-12/+34
* Issue #25287: Don't add crypt.METHOD_CRYPT to crypt.methods if it's notVictor Stinner2015-10-021-2/+1
* Issue #18405: Improve the entropy of crypt.mksalt().Victor Stinner2013-08-141-1/+1
* white space cleanupChristian Heimes2012-06-271-1/+0
* Issue 10924: Fixed mksalt() to use a RNG that is suitable for cryptographic p...Christian Heimes2012-06-271-7/+8
* A crypt algorithm may not be available by returning None.Brett Cannon2011-02-221-2/+7
* Make Lib/crypt.py meet PEP 8 standards. This also led to a tweak in the new APIBrett Cannon2011-02-221-44/+40
* Issue #10924: Adding salt and Modular Crypt Format to crypt library.Sean Reifscheider2011-02-221-0/+61