Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
3a32e3bf880f0842ac73d18285f5a1caa902a2ca
/
Lib
/
crypt.py
cede8c9
bpo-31702: Allow to specify rounds for SHA-2 hashing in crypt.mksalt(). (#4110)
by Serhiy Storchaka
· 7 years ago
eab3ff7
bpo-31664: Add support for the Blowfish method in crypt. (#3854)
by Serhiy Storchaka
· 7 years ago
6661d88
Issue #25287: Don't add crypt.METHOD_CRYPT to crypt.methods if it's not
by Victor Stinner
· 9 years ago
7f7b941
Issue #18405: Improve the entropy of crypt.mksalt().
by Victor Stinner
· 11 years ago
ab47577
white space cleanup
by Christian Heimes
· 12 years ago
afa2973
Issue 10924: Fixed mksalt() to use a RNG that is suitable for cryptographic purpose
by Christian Heimes
· 12 years ago
cfbcdbb
A crypt algorithm may not be available by returning None.
by Brett Cannon
· 14 years ago
daa5799
Make Lib/crypt.py meet PEP 8 standards. This also led to a tweak in the new API
by Brett Cannon
· 14 years ago
e2dfefb
Issue #10924: Adding salt and Modular Crypt Format to crypt library.
by Sean Reifscheider
· 14 years ago