This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author besser82
Recipients besser82
Date 2021-06-04.11:10:27
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1622805028.07.0.450307029503.issue44309@roundup.psfhosted.org>
In-reply-to
Content
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 scrypt. It is supported on most Linux distributions, that ship with libxcrypt as a replacement for the glibc crypt library: Fedora, Debian, Ubuntu, OpenSUSE and many others.
History
Date User Action Args
2021-06-04 11:10:28besser82setrecipients: + besser82
2021-06-04 11:10:28besser82setmessageid: <1622805028.07.0.450307029503.issue44309@roundup.psfhosted.org>
2021-06-04 11:10:28besser82linkissue44309 messages
2021-06-04 11:10:27besser82create