Wed, 26 Jun 2024 10:12:49 UTC | login

Information for build golang-github-elithrar-simple-scrypt-1.3.0-4.fc29

ID58710
Package Namegolang-github-elithrar-simple-scrypt
Version1.3.0
Release4.fc29
Epoch
SummaryGo Library for password hashes using the scrypt KDF
Description 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.
Built bydavidlt
State complete
Volume DEFAULT
StartedThu, 19 Jul 2018 11:22:01 UTC
CompletedThu, 19 Jul 2018 11:22:01 UTC
Tags
f29
f30
f31
RPMs
src
golang-github-elithrar-simple-scrypt-1.3.0-4.fc29.src.rpm (info) (download)
noarch
golang-github-elithrar-simple-scrypt-devel-1.3.0-4.fc29.noarch.rpm (info) (download)
Changelog * Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - Forge-specific packaging variables - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild * Fri Jun 22 2018 Steve Miller (copart) <code@rellims.com> - 1.3.0-2 - Removed tests for all archs due to non-deterministic nature * Fri Jun 22 2018 Steve Miller (copart) <code@rellims.com> - 1.3.0-2 - Removed tests for s390x arch * Wed Jun 13 2018 Steve Miller (copart) <code@rellims.com> - 1.3.0-1 - First package for Fedora