Skip to content

[3.10] bpo-44309: Add support for yescrypt in crypt. (GH-26526)#26527

Closed
besser82 wants to merge 2 commits intopython:3.10from
besser82:topic/besser82/cryptmodule_yescrypt_3.10
Closed

[3.10] bpo-44309: Add support for yescrypt in crypt. (GH-26526)#26527
besser82 wants to merge 2 commits intopython:3.10from
besser82:topic/besser82/cryptmodule_yescrypt_3.10

Conversation

@besser82
Copy link
Copy Markdown

@besser82 besser82 commented Jun 4, 2021

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.

https://bugs.python.org/issue44309

https://bugs.python.org/issue44309

@the-knights-who-say-ni
Copy link
Copy Markdown

Hello, and thanks for your contribution!

I'm a bot set up to make sure that the project can legally accept this contribution by verifying everyone involved has signed the PSF contributor agreement (CLA).

CLA Missing

Our records indicate the following people have not signed the CLA:

@besser82

For legal reasons we need all the people listed to sign the CLA before we can look at your contribution. Please follow the steps outlined in the CPython devguide to rectify this issue.

If you have recently signed the CLA, please wait at least one business day
before our records are updated.

You can check yourself to see if the CLA has been received.

Thanks again for the contribution, we look forward to reviewing it!

@besser82 besser82 force-pushed the topic/besser82/cryptmodule_yescrypt_3.10 branch from a889a1e to 9e295f0 Compare June 4, 2021 20:16
@tiran
Copy link
Copy Markdown
Member

tiran commented Jun 5, 2021

Python 3.10 is now in beta phase and no longer receives new features.

@tiran tiran closed this Jun 5, 2021
@besser82 besser82 mannequin mentioned this pull request Apr 11, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants