Searched refs:mksalt (Results 1 – 5 of 5) sorted by relevance
16 salt = crypt.mksalt(method)24 pw = crypt.crypt('assword', crypt.mksalt(method))
22 def mksalt(method=None): function46 salt = mksalt(salt)
83 :func:`mksalt`, one of the ``crypt.METHOD_*`` values (though not all112 .. function:: mksalt(method=None)
1054 Addition of salt and modular crypt format (hashing method) and the :func:`~crypt.mksalt`
4198 - Issue #18405: Improve the entropy of crypt.mksalt().6981 - Issue #10924: Fixed `crypt.mksalt()` to use a RNG that is suitable for