[issue44309] Add support for yescrypt in crypt.

2021-06-04 Thread Björn Esser
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

[issue44309] Add support for yescrypt in crypt.

2021-06-04 Thread Björn Esser
Change by Björn Esser : -- type: -> enhancement ___ Python tracker <https://bugs.python.org/issue44309> ___ ___ Python-bugs-list mailing list Unsubscrib

[issue44309] Add support for yescrypt in crypt.

2021-06-04 Thread Björn Esser
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