How to Install and Uninstall golang-github-elithrar-simple-scrypt-dev Package on Ubuntu 20.10 (Groovy Gorilla)

Last updated: May 18,2024

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

This is a short guide on how to install golang-github-elithrar-simple-scrypt-dev on Ubuntu 20.10 (Groovy Gorilla)

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

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

Please follow the steps below to uninstall golang-github-elithrar-simple-scrypt-dev on Ubuntu 20.10 (Groovy Gorilla):

$ 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 20.10 (Groovy Gorilla)

Package: golang-github-elithrar-simple-scrypt-dev
Architecture: all
Version: 1.3.0-1
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_all.deb
Size: 7528
MD5sum: 4368786c50276a696ff7656d9e7af314
SHA1: 34462aaf9685eee94f1aef1f2735d09ff05696fb
SHA256: 653751a0af0b95dc7e2a3e07ea1a5bcb700cea4b812b0eb72798f5a57920d198
SHA512: 672237e7f4f42b873f2d055758ce893d566c13398f727708c901f742ec0f6fde09b35ddf1289dd4e3184d8c5d91c639c769e84ea88b8b21d8cb3f11f82ddfb4b
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