How to Install and Uninstall python3-py-bcrypt.x86_64 Package on Fedora 34

Last updated: June 29,2024

1. Install "python3-py-bcrypt.x86_64" package

Please follow the guidelines below to install python3-py-bcrypt.x86_64 on Fedora 34

$ sudo dnf update $ sudo dnf install python3-py-bcrypt.x86_64

2. Uninstall "python3-py-bcrypt.x86_64" package

This is a short guide on how to uninstall python3-py-bcrypt.x86_64 on Fedora 34:

$ sudo dnf remove python3-py-bcrypt.x86_64 $ sudo dnf autoremove

3. Information about the python3-py-bcrypt.x86_64 package on Fedora 34

Last metadata expiration check: 0:46:47 ago on Tue Sep 6 14:10:38 2022.
Available Packages
Name : python3-py-bcrypt
Version : 0.4
Release : 29.fc34
Architecture : x86_64
Size : 31 k
Source : py-bcrypt-0.4-29.fc34.src.rpm
Repository : fedora
Summary : Python 3 bindings for OpenBSD's Blowfish password hashing code
URL : http://code.google.com/p/py-bcrypt/
License : BSD with advertising
Description : python-bcrypt is a Python wrapper of OpenBSD's Blowfish password hashing
: code, as described in "A Future-Adaptable Password Scheme" by Niels
: Provos and David Mazières.
:
: This system hashes passwords using a version of Bruce Schneier's Blowfish
: block cipher with modifications designed to raise the cost of off-line
: password cracking and frustrate fast hardware implementation. The
: computation cost of the algorithm is parametised, so it can be increased
: as computers get faster. The intent is to make a compromise of a password
: database less likely to result in an attacker gaining knowledge of the
: plaintext passwords (e.g. using John the Ripper).
:
: This package allows for use of py-bcrypt with Python 3.