How to Install and Uninstall python3-scrypt Package on Ubuntu 21.10 (Impish Indri)

Last updated: May 18,2024

1. Install "python3-scrypt" package

This tutorial shows how to install python3-scrypt on Ubuntu 21.10 (Impish Indri)

$ sudo apt update $ sudo apt install python3-scrypt

2. Uninstall "python3-scrypt" package

Here is a brief guide to show you how to uninstall python3-scrypt on Ubuntu 21.10 (Impish Indri):

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

3. Information about the python3-scrypt package on Ubuntu 21.10 (Impish Indri)

Package: python3-scrypt
Architecture: amd64
Version: 0.8.0-0.3ubuntu5
Priority: optional
Section: python
Source: python-scrypt
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Micah Anderson
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 80
Depends: python3 (<< 3.10), python3 (>= 3.9~), python3:any, libc6 (>= 2.17), libssl1.1 (>= 1.1.0)
Filename: pool/main/p/python-scrypt/python3-scrypt_0.8.0-0.3ubuntu5_amd64.deb
Size: 25838
MD5sum: a50839b139f1fe3a104a14669d4e28e4
SHA1: ef61c74f985c6f2b8d4499898fba6e6b55fa1ab1
SHA256: 83b4661343067c546de3f25fc4ccf4b26d30009d757a31c80ba69315733614f0
SHA512: 7cb83af3339138dadc8ee598cbc9769c6f28ac4dc2de07d4851076abbef2cc3a5feb2cda28cc26c29701ab6da81531b2a15619bc69506eac19f58b43d04462ae
Description-en: 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: 21d902eb1f0d3aeb338e2bfd4cf75b90