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

Last updated: October 12,2024

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

This is a short guide on how to install python3-py-bcrypt.x86_64 on Fedora 36

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

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

This tutorial shows how to uninstall python3-py-bcrypt.x86_64 on Fedora 36:

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

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

Last metadata expiration check: 0:12:50 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : python3-py-bcrypt
Version : 0.4
Release : 32.fc36
Architecture : x86_64
Size : 31 k
Source : py-bcrypt-0.4-32.fc36.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.