New submission from Björn Esser <besse...@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 <rep...@bugs.python.org>
<https://bugs.python.org/issue44309>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to