How to Install and Uninstall golang-github-elithrar-simple-scrypt-dev Package on Ubuntu 21.10 (Impish Indri)

Last updated: May 18,2024

1. Install "golang-github-elithrar-simple-scrypt-dev" package

Learn how to install golang-github-elithrar-simple-scrypt-dev on Ubuntu 21.10 (Impish Indri)

$ sudo apt update $ sudo apt install golang-github-elithrar-simple-scrypt-dev

2. Uninstall "golang-github-elithrar-simple-scrypt-dev" package

This tutorial shows how to uninstall golang-github-elithrar-simple-scrypt-dev on Ubuntu 21.10 (Impish Indri):

$ sudo apt remove golang-github-elithrar-simple-scrypt-dev $ sudo apt autoclean && sudo apt autoremove

3. Information about the golang-github-elithrar-simple-scrypt-dev package on Ubuntu 21.10 (Impish Indri)

Package: golang-github-elithrar-simple-scrypt-dev
Architecture: all
Version: 1.3.0-1.1ubuntu1
Priority: extra
Section: universe/devel
Source: golang-github-elithrar-simple-scrypt
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Go Packaging Team
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 29
Depends: golang-golang-x-crypto-dev
Filename: pool/universe/g/golang-github-elithrar-simple-scrypt/golang-github-elithrar-simple-scrypt-dev_1.3.0-1.1ubuntu1_all.deb
Size: 7808
MD5sum: 1a654959346f999982dc81d7499ad323
SHA1: 001f53ad3ae6537bb8414c2b8cd5fb8ef96dab82
SHA256: 17bed8c197a95754cf2ff555beb3e50d44b7b085a636cb80f1eb1319f88af269
SHA512: 6a182e2dfded46b13f6f750e8dd564c09510dbba1582f419885e7cc0fd2110618033bc5e009c76f1b2ab870b665478e4c18f3b2db85b07caee6f63c77eb269db
Homepage: https://github.com/elithrar/simple-scrypt
Description-en: various purpose password hashes library using the scrypt KDF
simple-scrypt provides a convenience wrapper around Go's existing scrypt
package that makes it easier to securely derive strong keys ("hash user
passwords"). This library allows you to:
- Generate a scrypt derived key with a crytographically secure salt and
sane default parameters for N, r and p.
- Upgrade the parameters used to generate keys as hardware improves by
storing them with the derived key (the scrypt spec. doesn't allow for this
by default).
- Provide your own parameters (if you wish to). The API closely mirrors
Go's bcrypt (https://golang.org/x/crypto/bcrypt) library in an effort to
make it easy to migrate—and because it's an easy to grok API.
Description-md5: 6435358aa4e16cda344d2e8a738918a5