How To Install golang-github-elithrar-simple-scrypt-devel on Fedora 36

In this tutorial we learn how to install golang-github-elithrar-simple-scrypt-devel in Fedora 36. golang-github-elithrar-simple-scrypt-devel is Convenience library for generating, comparing and inspecting password hashes

Introduction

In this tutorial we learn how to install golang-github-elithrar-simple-scrypt-devel on Fedora 36.

What is golang-github-elithrar-simple-scrypt-devel

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 library in an effort to make it easy to migrate—and because it’s an easy to grok API. This package contains the source code needed for building packages that reference the following Go import paths – github.com/elithrar/simple-scrypt

We can use yum or dnf to install golang-github-elithrar-simple-scrypt-devel on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install golang-github-elithrar-simple-scrypt-devel.

Install golang-github-elithrar-simple-scrypt-devel on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install golang-github-elithrar-simple-scrypt-devel using dnf by running the following command:

sudo dnf -y install golang-github-elithrar-simple-scrypt-devel

Install golang-github-elithrar-simple-scrypt-devel on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install golang-github-elithrar-simple-scrypt-devel using yum by running the following command:

sudo yum -y install golang-github-elithrar-simple-scrypt-devel

How To Uninstall golang-github-elithrar-simple-scrypt-devel on Fedora 36

To uninstall only the golang-github-elithrar-simple-scrypt-devel package we can use the following command:

sudo dnf remove golang-github-elithrar-simple-scrypt-devel

golang-github-elithrar-simple-scrypt-devel Package Contents on Fedora 36

/usr/share/doc/golang-github-elithrar-simple-scrypt-devel
/usr/share/doc/golang-github-elithrar-simple-scrypt-devel/README.md
/usr/share/gocode/src/github.com
/usr/share/gocode/src/github.com/elithrar
/usr/share/gocode/src/github.com/elithrar/simple-scrypt
/usr/share/gocode/src/github.com/elithrar/simple-scrypt/.goipath
/usr/share/gocode/src/github.com/elithrar/simple-scrypt/README.md
/usr/share/gocode/src/github.com/elithrar/simple-scrypt/scrypt.go
/usr/share/gocode/src/github.com/elithrar/simple-scrypt/scrypt_test.go
/usr/share/licenses/golang-github-elithrar-simple-scrypt-devel
/usr/share/licenses/golang-github-elithrar-simple-scrypt-devel/LICENSE

References

Summary

In this tutorial we learn how to install golang-github-elithrar-simple-scrypt-devel on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).