How to Install and Uninstall python3-flask-bcrypt Package on Kali Linux

Last updated: May 13,2024

1. Install "python3-flask-bcrypt" package

This guide covers the steps necessary to install python3-flask-bcrypt on Kali Linux

$ sudo apt update $ sudo apt install python3-flask-bcrypt

2. Uninstall "python3-flask-bcrypt" package

Please follow the step by step instructions below to uninstall python3-flask-bcrypt on Kali Linux:

$ sudo apt remove python3-flask-bcrypt $ sudo apt autoclean && sudo apt autoremove

3. Information about the python3-flask-bcrypt package on Kali Linux

Package: python3-flask-bcrypt
Source: flask-bcrypt
Version: 1.0.1-2
Installed-Size: 31
Maintainer: Debian Python Team
Architecture: all
Depends: python3-bcrypt, python3-flask, python3:any
Size: 7952
SHA256: 1583b69d39a5e84a0a7e7d0640bded0f2636f54bef385eaed319aee665616df7
SHA1: 9f3b2e52f2d34ffbcc1ec4111ed901174f49f66d
MD5sum: 42468a7b1fbc36c7a35e91d8f2d24bd7
Description: Flask extension that provides bcrypt hashing utilities (Python3)
Due to the recent increased prevelance of powerful hardware,
such as modern GPUs, hashes have become increasingly easy to crack.
A proactive solution to this is to use a hash that was designed to be
"de-optimized". Bcrypt is such a hashing facility; unlike hashing algorithms
such as MD5 and SHA1, which are optimized for speed, bcrypt is intentionally
structured to be slow.
.
This package contains the Python3 version of the library.
Description-md5:
Homepage: https://readthedocs.org/docs/flask-bcrypt/
Section: python
Priority: optional
Filename: pool/main/f/flask-bcrypt/python3-flask-bcrypt_1.0.1-2_all.deb