How to Install and Uninstall python3-scrypt Package on Kali Linux

Last updated: May 18,2024

1. Install "python3-scrypt" package

Please follow the instructions below to install python3-scrypt on Kali Linux

$ sudo apt update $ sudo apt install python3-scrypt

2. Uninstall "python3-scrypt" package

Please follow the instructions below to uninstall python3-scrypt on Kali Linux:

$ sudo apt remove python3-scrypt $ sudo apt autoclean && sudo apt autoremove

3. Information about the python3-scrypt package on Kali Linux

Package: python3-scrypt
Source: python-scrypt
Version: 0.8.21-1
Installed-Size: 168
Maintainer: Debian Python Team
Architecture: amd64
Depends: python3 (<< 3.13), python3 (>= 3.11~), python3:any, libc6 (>= 2.34), libssl3 (>= 3.0.0)
Size: 36700
SHA256: 6c7aacb4e9201ca9457df6b2820cd8146fbb7bf176201b2fec6a27e85ac1c3aa
SHA1: 936e84433f87cb90e39364193c2d8203762e155e
MD5sum: 8b81bc91fe01f5ff71a2c868707a8113
Description: bindings for the scrypt key derivation function library - Python 3.x
This is a set of Python bindings for the scrypt key derivation function.
.
Scrypt is useful when encrypting password as it is possible to specify a
minimum amount of time to use when encrypting and decrypting. If, for
example, a password takes 0.05 seconds to verify, a user won't notice the
slight delay when signing in, but doing a brute force search of several
billion passwords will take a considerable amount of time. This is in
contrast to more traditional hash functions such as MD5 or the SHA family
which can be implemented extremely fast on cheap hardware.
.
This package provides the Python 3.x module.
Description-md5:
Homepage: https://github.com/holgern/py-scrypt
Section: python
Priority: optional
Filename: pool/main/p/python-scrypt/python3-scrypt_0.8.21-1_amd64.deb