Home
last modified time | relevance | path

Searched refs:mksalt (Results 1 – 5 of 5) sorted by relevance

/external/python/cpython3/Lib/test/
Dtest_crypt.py16 salt = crypt.mksalt(method)
24 pw = crypt.crypt('assword', crypt.mksalt(method))
/external/python/cpython3/Lib/
Dcrypt.py22 def mksalt(method=None): function
46 salt = mksalt(salt)
/external/python/cpython3/Doc/library/
Dcrypt.rst83 :func:`mksalt`, one of the ``crypt.METHOD_*`` values (though not all
112 .. function:: mksalt(method=None)
/external/python/cpython3/Doc/whatsnew/
D3.3.rst1054 Addition of salt and modular crypt format (hashing method) and the :func:`~crypt.mksalt`
/external/python/cpython3/Misc/
DHISTORY4198 - Issue #18405: Improve the entropy of crypt.mksalt().
6981 - Issue #10924: Fixed `crypt.mksalt()` to use a RNG that is suitable for