ID | 49769 | |||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Package Name | python-crypt-r | |||||||||||||
Links | Fedora Package Sources | Fedora Official Koji Buildsystem | Rocks RISC-V Koji Buildsystem | Fedora RISC-V GitHub | Old Koji Buildsystem | |||||||||||||
Version | 3.13.1 | |||||||||||||
Release | 1.fc41 | |||||||||||||
Epoch | Draft | False | ||||||||||||
Source | git+https://src.fedoraproject.org/rpms/python-crypt-r.git#0199819390c2398b827d6c7aa72a2638eebd32e6 | |||||||||||||
Summary | A copy of the `crypt` module that was removed in Python 3.13 | |||||||||||||
Description | The crypt_r module is a renamed copy of the crypt module as it was present in Python 3.12 before it was removed. See PEP 594 for details of the removal. Unlike crypt, this library always exposes the crypt_r(3) function, not crypt(3). This module implements an interface to the crypt_r(3) routine, which is a one-way hash function based upon a modified DES algorithm; see the Unix man page for further details. Possible uses include storing hashed passwords so you can check passwords without storing the actual password, or attempting to crack Unix passwords with a dictionary. | |||||||||||||
Built by | hezhengyu | |||||||||||||
State | complete | |||||||||||||
Volume | DEFAULT | |||||||||||||
Started | Tue, 28 May 2024 22:11:39 CST | |||||||||||||
Completed | Tue, 28 May 2024 22:15:02 CST | |||||||||||||
Task | build (f41, /rpms/python-crypt-r.git:0199819390c2398b827d6c7aa72a2638eebd32e6) | |||||||||||||
Extra | {'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/python-crypt-r.git#0199819390c2398b827d6c7aa72a2638eebd32e6'}} | |||||||||||||
Tags |
|
|||||||||||||
RPMs |
|
|||||||||||||
Logs |
|
|||||||||||||
Changelog | * Thu May 02 2024 Miro Hrončok <miro@hroncok.cz> - 3.13.1-1 - Initial import - Fixes: rhbz#2277759 |