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

Last updated: May 10,2024

1. Install "scrypt" package

Please follow the step by step instructions below to install scrypt on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install scrypt

2. Uninstall "scrypt" package

In this section, we are going to explain the necessary steps to uninstall scrypt on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: scrypt
Priority: optional
Section: universe/utils
Installed-Size: 62
Maintainer: Ubuntu Developers
Original-Maintainer: Barak A. Pearlmutter
Architecture: amd64
Version: 1.2.0-1
Depends: libc6 (>= 2.17), libssl1.0.0 (>= 1.0.0)
Filename: pool/universe/s/scrypt/scrypt_1.2.0-1_amd64.deb
Size: 23298
MD5sum: 12be73b617d55c46d04e87ded7e9d589
SHA1: 7c2ac8cc391afe38ac3f5cf74a61d8bb76e1572b
SHA256: 993a64d0e4552fbfd199e5a13f0107e549484110b3eb298cb84b7e7214cc9a9e
Description-en: File encryption utility using scrypt for key derivation
A simple password-based encryption utility which demonstrates the
scrypt key derivation function. On modern hardware and with default
parameters, the cost of cracking the password on a file encrypted by
scrypt enc is approximately 100 billion times more than the cost of
cracking the same password on a file encrypted by openssl enc; this
means that a five-character password using scrypt is stronger than a
ten-character password using openssl.
Description-md5: e45f625b05b816725ba30fd9d213b79d
Homepage: http://www.tarsnap.com/scrypt.html
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu