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

Last updated: May 18,2024

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

Please follow the guidance below to install python3-py-bcrypt.x86_64 on Fedora 35

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

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

This guide let you learn how to uninstall python3-py-bcrypt.x86_64 on Fedora 35:

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

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

Last metadata expiration check: 1:30:19 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : python3-py-bcrypt
Version : 0.4
Release : 31.fc35
Architecture : x86_64
Size : 31 k
Source : py-bcrypt-0.4-31.fc35.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.