How to Install and Uninstall python-scrypt Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: July 02,2024

1. Install "python-scrypt" package

Please follow the guidance below to install python-scrypt on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python-scrypt

2. Uninstall "python-scrypt" package

Please follow the instructions below to uninstall python-scrypt on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the python-scrypt package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: python-scrypt
Priority: optional
Section: universe/python
Installed-Size: 99
Maintainer: Ubuntu Developers
Original-Maintainer: Micah Anderson
Architecture: amd64
Version: 0.6.1-5.1
Depends: python (>= 2.7), python (<< 2.8), python:any (>= 2.7.1-0ubuntu2), libc6 (>= 2.14), libssl1.0.0 (>= 1.0.0)
Filename: pool/universe/p/python-scrypt/python-scrypt_0.6.1-5.1_amd64.deb
Size: 17518
MD5sum: b36139167a7efc67762c8de16cc8bdb1
SHA1: 27561865557bb2ef2a3322dbf859b8a110cb6379
SHA256: f16184c5b9462e82603089945d2d029d4011a7866c130212f858e87b4d9046ea
Description-en: Python bindings for the scrypt key derivation function library
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.
Description-md5: a721c38902bfc189e92530906a49334a
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu