[New-bugs-announce] [issue44309] Add support for yescrypt in crypt.

Björn Esser report at bugs.python.org
Fri Jun 4 07:10:28 EDT 2021


New submission from Björn Esser <besser82 at fedoraproject.org>:

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.

----------
components: Library (Lib)
messages: 395073
nosy: besser82
priority: normal
pull_requests: 25120
severity: normal
status: open
title: Add support for yescrypt in crypt.
versions: Python 3.10

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue44309>
_______________________________________


More information about the New-bugs-announce mailing list