Change by Björn Esser :
--
keywords: +patch
pull_requests: +25121
stage: -> patch review
pull_request: https://github.com/python/cpython/pull/26527
___
Python tracker
<https://bugs.python.org/issu
Change by Björn Esser :
--
type: -> enhancement
___
Python tracker
<https://bugs.python.org/issue44309>
___
___
Python-bugs-list mailing list
Unsubscrib
New submission from Björn Esser :
Proposed PR adds support for a new method in the crypt module:
yescrypt. It is considered stronger as SHA512 or blowfish and as strong as
argon2 for crypt() purpose. The hashing method was developed by the author of
the blowfish crypt method, and was based on