index
:
cpython
3.10
3.11
3.12
3.13
3.14
3.9
main
The Python programming language
Aslak Raanes
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
Lib
/
crypt.py
Commit message (
Expand
)
Author
Age
*
gh-95231: Disable md5 & crypt modules if FIPS is enabled (GH-94742)
Shreenidhi Shedi
2022-08-15
*
gh-91217: deprecate crypt (GH-91459)
Brett Cannon
2022-04-11
*
closes bpo-38402: Check error of primitive crypt/crypt_r. (GH-16599)
Antonio Gutierrez
2019-10-07
*
bpo-25172: Raise appropriate ImportError msg when crypt module used on Window...
shireenrao
2019-08-08
*
bpo-31702: Allow to specify rounds for SHA-2 hashing in crypt.mksalt(). (#4110)
Serhiy Storchaka
2017-11-16
*
bpo-31664: Add support for the Blowfish method in crypt. (#3854)
Serhiy Storchaka
2017-10-24
*
Issue #25287: Don't add crypt.METHOD_CRYPT to crypt.methods if it's not
Victor Stinner
2015-10-02
*
Issue #18405: Improve the entropy of crypt.mksalt().
Victor Stinner
2013-08-14
*
white space cleanup
Christian Heimes
2012-06-27
*
Issue 10924: Fixed mksalt() to use a RNG that is suitable for cryptographic p...
Christian Heimes
2012-06-27
*
A crypt algorithm may not be available by returning None.
Brett Cannon
2011-02-22
*
Make Lib/crypt.py meet PEP 8 standards. This also led to a tweak in the new API
Brett Cannon
2011-02-22
*
Issue #10924: Adding salt and Modular Crypt Format to crypt library.
Sean Reifscheider
2011-02-22