[issue44309] Add support for yescrypt in crypt.

2021-09-23 Thread David Mandelberg
Change by David Mandelberg : -- nosy: +dseomn ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue44309] Add support for yescrypt in crypt.

2021-06-05 Thread Christian Heimes
Christian Heimes added the comment: I'm against adding additional methods to the crypt module. - libcrypt / libxcrypt are unreliable providers. The library is only available on Unix-like platforms, not on Windows. Available algorithms are not consistent, e.g. some platforms only provide

[issue44309] Add support for yescrypt in crypt.

2021-06-05 Thread Serhiy Storchaka
Change by Serhiy Storchaka : -- nosy: +christian.heimes versions: +Python 3.11 -Python 3.10 ___ Python tracker ___ ___

[issue44309] Add support for yescrypt in crypt.

2021-06-04 Thread Terry J. Reedy
Change by Terry J. Reedy : -- nosy: +jafo ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[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 ___

[issue44309] Add support for yescrypt in crypt.

2021-06-04 Thread Björn Esser
Change by Björn Esser : -- type: -> enhancement ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[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